Skip to main content

gcal.deleteeventprops.calendarid

Home > @runlightyear/gcal > DeleteEventProps > calendarId

DeleteEventProps.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.

Signature:
calendarId: "primary" | string;