Show / Hide Table of Contents

Enum EventsResource.UpdateRequest.SendUpdatesEnum

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

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

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. This value should only be used for migration use cases (note that in most migration cases the import method should be used).

Back to top