Свойство | Тип | Описание | |
---|---|---|---|
$calendarId | string | ||
$calendarService | Google_Service_Calendar |
Метод | Описание | |
---|---|---|
__construct ( Google_Service_Calendar $calendarService, $calendarId ) | ||
deleteEvent ( string | |
||
getCalendarId ( ) : string | ||
getEvent ( string $eventId ) : Google_Service_Calendar_Event | Get a single event. | |
getService ( ) : Google_Service_Calendar | ||
insertEvent ( |
Insert an event. | |
listEvents ( Carbon\Carbon $startDateTime = null, Carbon\Carbon $endDateTime = null, array $queryParameters = [] ) : array | ||
updateEvent ( |
public __construct ( Google_Service_Calendar $calendarService, $calendarId ) | ||
$calendarService | Google_Service_Calendar |
public deleteEvent ( string | |
||
$eventId | string | |
public getService ( ) : Google_Service_Calendar | ||
Результат | Google_Service_Calendar |
public insertEvent ( |
||
$event | ||
Результат | Google_Service_Calendar_Event |
public listEvents ( Carbon\Carbon $startDateTime = null, Carbon\Carbon $endDateTime = null, array $queryParameters = [] ) : array | ||
$startDateTime | Carbon\Carbon | |
$endDateTime | Carbon\Carbon | |
$queryParameters | array | |
Результат | array |
public updateEvent ( |
||
$event | ||
Результат | Google_Service_Calendar_Event |