/old_calendar

Google Calendar API

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Google Calendar API with FullCalendar

Prerequisites

  • Node.js and npm installed on your machine.
  • A Google Cloud Platform (GCP) project with the Google Calendar API enabled.
  • A service account key file (JSON format) with the necessary permissions to access the Google Calendar API.

Getting Started

  1. Clone the repository:
git clone https://github.com/TheJuanAndOnly99/calendar.git
cd calendar

Install the dependencies:

npm install

Add your service account key:

Place your service account key file (e.g., service-account-key.json) in the root directory of the project.

Bundle, compile and execute the application

npm run buildAndRun

To view the calendar open the dist directory and open the index.html file in your browser.