Documentation

Google_Service_Calendar extends Google_Service
in package

Service definition for Calendar (v3).

Manipulates events and other calendar data.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

CALENDAR  = "https://www.googleapis.com/auth/calendar"
See, edit, share, and permanently delete all the calendars you can access using Google Calendar.
CALENDAR_EVENTS  = "https://www.googleapis.com/auth/calendar.events"
View and edit events on all your calendars.
CALENDAR_EVENTS_READONLY  = "https://www.googleapis.com/auth/calendar.events.readonly"
View events on all your calendars.
CALENDAR_READONLY  = "https://www.googleapis.com/auth/calendar.readonly"
View your calendars.
CALENDAR_SETTINGS_READONLY  = "https://www.googleapis.com/auth/calendar.settings.readonly"
View your Calendar settings.
$acl  : mixed
$availableScopes  : mixed
$batchPath  : mixed
$calendarList  : mixed
$calendars  : mixed
$channels  : mixed
$colors  : mixed
$events  : mixed
$freebusy  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$settings  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Calendar service.
createBatch()  : Google_Http_Batch
Create a new HTTP Batch handler for this service
getClient()  : Google_Client
Return the associated Google_Client class.

Constants

CALENDAR

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

public mixed CALENDAR = "https://www.googleapis.com/auth/calendar"

CALENDAR_EVENTS

View and edit events on all your calendars.

public mixed CALENDAR_EVENTS = "https://www.googleapis.com/auth/calendar.events"

CALENDAR_EVENTS_READONLY

View events on all your calendars.

public mixed CALENDAR_EVENTS_READONLY = "https://www.googleapis.com/auth/calendar.events.readonly"

CALENDAR_READONLY

View your calendars.

public mixed CALENDAR_READONLY = "https://www.googleapis.com/auth/calendar.readonly"

CALENDAR_SETTINGS_READONLY

View your Calendar settings.

public mixed CALENDAR_SETTINGS_READONLY = "https://www.googleapis.com/auth/calendar.settings.readonly"

Properties

$availableScopes

public mixed $availableScopes

$calendarList

public mixed $calendarList

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Calendar service.

public __construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
$client : Google_Client

The client used to deliver requests.

$rootUrl : string = null

The root URL used for requests to the service.

Return values
mixed

Search results