Skip to main content

gcal.patcheventprops.sendupdates

Home > @runlightyear/gcal > PatchEventProps > sendUpdates

PatchEventProps.sendUpdates property

Guests who should receive notifications about the event update (for example, title changes, etc.).

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";