Class Event.CreatorData
The creator of the event. Read-only.
public class Event.CreatorData
- Inheritance
-
Event.CreatorData
- Inherited Members
Constructors
CreatorData()
public CreatorData()
Properties
DisplayName
The creator's name, if available.
public virtual string DisplayName { get; set; }
Property Value
The creator's email address, if available.
public virtual string Email { get; set; }
Property Value
Id
The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
public virtual string Id { get; set; }
Property Value
Self
Whether the creator corresponds to the calendar on which this copy of the event appears. Read- only. The default is False.
public virtual bool? Self { get; set; }
Property Value
- bool?