Mise à jour des librairies
This commit is contained in:
@@ -30,12 +30,21 @@
|
||||
*/
|
||||
class Google_Service_Calendar extends Google_Service
|
||||
{
|
||||
/** Manage your calendars. */
|
||||
/** See, edit, share, and permanently delete all the calendars you can access using Google Calendar. */
|
||||
const CALENDAR =
|
||||
"https://www.googleapis.com/auth/calendar";
|
||||
/** View and edit events on all your calendars. */
|
||||
const CALENDAR_EVENTS =
|
||||
"https://www.googleapis.com/auth/calendar.events";
|
||||
/** View events on all your calendars. */
|
||||
const CALENDAR_EVENTS_READONLY =
|
||||
"https://www.googleapis.com/auth/calendar.events.readonly";
|
||||
/** View your calendars. */
|
||||
const CALENDAR_READONLY =
|
||||
"https://www.googleapis.com/auth/calendar.readonly";
|
||||
/** View your Calendar settings. */
|
||||
const CALENDAR_SETTINGS_READONLY =
|
||||
"https://www.googleapis.com/auth/calendar.settings.readonly";
|
||||
|
||||
public $acl;
|
||||
public $calendarList;
|
||||
@@ -56,6 +65,7 @@ class Google_Service_Calendar extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://www.googleapis.com/';
|
||||
$this->servicePath = 'calendar/v3/';
|
||||
$this->batchPath = 'batch/calendar/v3';
|
||||
$this->version = 'v3';
|
||||
$this->serviceName = 'calendar';
|
||||
|
||||
@@ -444,6 +454,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),'get' => array(
|
||||
'path' => 'calendars/{calendarId}/events/{eventId}',
|
||||
@@ -511,6 +525,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'supportsAttachments' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
@@ -670,6 +688,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),'patch' => array(
|
||||
'path' => 'calendars/{calendarId}/events/{eventId}',
|
||||
@@ -701,6 +723,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'supportsAttachments' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
@@ -724,6 +750,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),'update' => array(
|
||||
'path' => 'calendars/{calendarId}/events/{eventId}',
|
||||
@@ -755,6 +785,10 @@ class Google_Service_Calendar extends Google_Service
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'sendUpdates' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'supportsAttachments' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user