Skip to content

DevExpress-Examples/winforms-scheduler-import-google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Scheduler - Import events from Google Calendar

This example demonstrates how to use the Google Calendar API and the DXGoogleCalendarSync component to import an event from your Google calendar.

To run this example, open the "Package Manager Console" (Tools - NuGet Package Manager) and execute the following command to include the corresponding Google Calendar API assemblies into the project:

Install-Package Google.Apis.Calendar.v3

Important

Read Google APIs Terms of Service and generate a JSON file with credentials to enable the Google Calendar API.

Documentation