Skip to main content

gcal.deleteeventprops.sendupdates

Home > @runlightyear/gcal > DeleteEventProps > sendUpdates

DeleteEventProps.sendUpdates property

Guests who should receive notifications about the deletion of the event.

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. For calendar migration tasks, consider using the Events.import method instead.

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