Class EventOutOfOfficeProperties
Implements
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class EventOutOfOfficeProperties : IDirectResponseSchema
Properties
AutoDeclineMode
Whether to decline meeting invitations which overlap Out of office 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 Out of office event is present are to be declined.
Declaration
[JsonProperty("autoDeclineMode")]
public virtual string AutoDeclineMode { get; set; }
Property Value
Type | Description |
---|---|
string |
DeclineMessage
Response message to set if an existing event or new invitation is automatically declined by Calendar.
Declaration
[JsonProperty("declineMessage")]
public virtual string DeclineMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |