Module EventsResource.SendUpdates

type t =
| Default
| 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.

*)
val to_string : t -> string
val of_string : string -> t