Table of Contents

Class CalendarService

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

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 Initializer

The 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

string

Properties

Acl

Gets the Acl resource.

public virtual AclResource Acl { get; }

Property Value

AclResource

BasePath

Gets the service base path.

public override string BasePath { get; }

Property Value

string

BaseUri

Gets the service base URI.

public override string BaseUri { get; }

Property Value

string

CalendarList

Gets the CalendarList resource.

public virtual CalendarListResource CalendarList { get; }

Property Value

CalendarListResource

Calendars

Gets the Calendars resource.

public virtual CalendarsResource Calendars { get; }

Property Value

CalendarsResource

Channels

Gets the Channels resource.

public virtual ChannelsResource Channels { get; }

Property Value

ChannelsResource

Colors

Gets the Colors resource.

public virtual ColorsResource Colors { get; }

Property Value

ColorsResource

Events

Gets the Events resource.

public virtual EventsResource Events { get; }

Property Value

EventsResource

Features

Gets the service supported features.

public override IList<string> Features { get; }

Property Value

IList<string>

Freebusy

Gets the Freebusy resource.

public virtual FreebusyResource Freebusy { get; }

Property Value

FreebusyResource

Name

Gets the service name.

public override string Name { get; }

Property Value

string

Settings

Gets the Settings resource.

public virtual SettingsResource Settings { get; }

Property Value

SettingsResource