A# (My) Google Calendar API
API to create/edit/delete personalized calendar events. It is also a gateway to G Calendar API, which is used as cloud db storage for the events, and also to experience the GCA functionalities (for example: set event notifications in phone and email).
Create a GCP project, generate OAuth2.0 authentication, download credentials and copy them in root folder with the name "credentials.json"
When running the project for the first time, Quickstart will launch your browser asking for access. Join with the @gmail account that you wanna use to store the events and allow permissions.
Navigate to https://localhost:5001/swagger/index.html
and explore the methods and models.
Install API in IIS Service and integrate with your interface