Skip to main content

gcal.updateeventprops.sendupdates

Home > @runlightyear/gcal > UpdateEventProps > sendUpdates

UpdateEventProps.sendUpdates property

Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false.

Acceptable values are: "all": Notifications are sent to all guests. "externalOnly": Notifications are sent to non-Google Calendar guests only. "none": No notifications are sent. Warning: Using the value none can have significant adverse effects, including events not syncing to external calendars or events being lost altogether for some users. For calendar migration tasks, consider using the events.import method instead.

Signature:
sendUpdates?: "all" | "externalOnly" | "none";