Table of Contents

Enum EventsResource.InsertRequest.SendUpdatesEnum

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

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

public enum EventsResource.InsertRequest.SendUpdatesEnum

Fields

All = 0

Notifications are sent to all guests.

ExternalOnly = 1

Notifications are sent to non-Google Calendar guests only.

None = 2

No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).