Skip to main content

gcal.onnewandupdatedeventsprops.calendarid

Home > @runlightyear/gcal > OnNewAndUpdatedEventsProps > calendarId

OnNewAndUpdatedEventsProps.calendarId property

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

Default is "primary"

Signature:
calendarId?: "primary" | string;