class Calendar extends Service (View source)

Service definition for Calendar (v3).

Manipulates events and other calendar data.

For more information about this service, see the API Documentation

Constants

CALENDAR

See, edit, share, and permanently delete all the calendars you can access using Google Calendar.

CALENDAR_EVENTS

View and edit events on all your calendars.

CALENDAR_EVENTS_READONLY

View events on all your calendars.

CALENDAR_READONLY

See and download any calendar you can access using your Google Calendar.

CALENDAR_SETTINGS_READONLY

View your Calendar settings.

Properties

$acl
$calendarList
$calendars
$channels
$colors
$events
$freebusy
$settings
$rootUrlTemplate

Methods

__construct(Client|array $clientOrConfig = [], string $rootUrl = null)

Constructs the internal representation of the Calendar service.

Details

__construct(Client|array $clientOrConfig = [], string $rootUrl = null)

Constructs the internal representation of the Calendar service.

Parameters

Client|array $clientOrConfig

The client used to deliver requests, or a config array to pass to a new Client instance.

string $rootUrl

The root URL used for requests to the service.