Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 569 Bytes

File metadata and controls

20 lines (13 loc) · 569 Bytes

CalendarApp Examples

The CalendarApp library allows you to interact with Google Calendar. You can create events, fetch events, and manage calendars.

Examples

  1. Create a Calendar Event:
    Create a new event on the primary calendar.

  2. List Events for a Date Range:
    Retrieve all events within a specific date range.

  3. Update an Event:
    Modify the details of an existing calendar event.

Scripts