Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 727 Bytes

File metadata and controls

12 lines (6 loc) · 727 Bytes

Google Calendar API for Delphi

The Google Calendar API Client Library for Delphi provides functionality common to Google Calendar API, for example Event creation, error handling, authentication, JSON parsing, etc.

The library includes a powerful OAuth 2.0 support with a consistent interface. You can use the Google Calendar API for Delphi to find and view public calendar events as well as to manage private calendars and events on those calendars.

This article describes how to create calendar events programmatically and add them to your users' calendars.

Read the article