Class CalendarService
The Calendar Service.
public class CalendarService : BaseClientService
- Inheritance
-
CalendarService
Constructors
CalendarService()
Constructs a new service.
public CalendarService()
CalendarService(Initializer)
Constructs a new service.
public CalendarService(BaseClientService.Initializer initializer)
Parameters
initializer
InitializerThe service initializer.
Fields
DiscoveryVersionUsed
The discovery version used to generate this service.
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
- DiscoveryVersion
Version
The API version.
public const string Version = "v3"
Field Value
Properties
Acl
Gets the Acl resource.
public virtual AclResource Acl { get; }
Property Value
BasePath
Gets the service base path.
public override string BasePath { get; }
Property Value
BaseUri
Gets the service base URI.
public override string BaseUri { get; }
Property Value
CalendarList
Gets the CalendarList resource.
public virtual CalendarListResource CalendarList { get; }
Property Value
Calendars
Gets the Calendars resource.
public virtual CalendarsResource Calendars { get; }
Property Value
Channels
Gets the Channels resource.
public virtual ChannelsResource Channels { get; }
Property Value
Colors
Gets the Colors resource.
public virtual ColorsResource Colors { get; }
Property Value
Events
Gets the Events resource.
public virtual EventsResource Events { get; }
Property Value
Features
Gets the service supported features.
public override IList<string> Features { get; }
Property Value
Freebusy
Gets the Freebusy resource.
public virtual FreebusyResource Freebusy { get; }
Property Value
Name
Gets the service name.
public override string Name { get; }
Property Value
Settings
Gets the Settings resource.
public virtual SettingsResource Settings { get; }