This sample explains about how to synchronize the google calendar with Blazor Scheduler.
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.
To run this application, we have to Turn on the Google Calendar API and DOWNLOAD CLIENT CONFIGURATION and save the file credentials.json in root directory. Refer below link to Turn on google calendar API.
link: https://developers.google.com/calendar/api/quickstart/js#step_1_turn_on_the
At the first time of running sample, it will attempt to open a new browser window, in that you have to authorize it.
Blog: How to Synchronize Google Calendar with Syncfusion Blazor Scheduler