Show / Hide Table of Contents

Enum EventsResource.InsertRequest.SendUpdatesEnum

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

Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public enum SendUpdatesEnum

Fields

Name Description
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.

In This Article
Back to top