Show / Hide Table of Contents

Class EventOutOfOfficeProperties

Inheritance
object
EventOutOfOfficeProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX