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
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
$acl
public
mixed
$acl
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$calendarList
public
mixed
$calendarList
$calendars
public
mixed
$calendars
$channels
public
mixed
$channels
$colors
public
mixed
$colors
$events
public
mixed
$events
$freebusy
public
mixed
$freebusy
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$settings
public
mixed
$settings
$version
public
mixed
$version
$client
private
mixed
$client
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 —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client