autoDeclineMode property

String? autoDeclineMode
getter/setter pair

Whether to decline meeting invitations which overlap Focus Time events.

Valid values are declineNone, meaning that no meeting invitations are declined; declineAllConflictingInvitations, meaning that all conflicting meeting invitations that conflict with the event are declined; and declineOnlyNewConflictingInvitations, meaning that only new conflicting meeting invitations which arrive while the Focus Time event is present are to be declined.

Implementation

core.String? autoDeclineMode;