Class Event.CreatorData
The creator of the event. Read-only.
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Event.CreatorData
Properties
DisplayName
The creator's name, if available.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
The creator's email address, if available.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The creator's Profile ID, if available.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Self
Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
Declaration
[JsonProperty("self")]
public virtual bool? Self { get; set; }
Property Value
Type | Description |
---|---|
bool? |