Table of Contents
Methods
-
__construct()
: mixed
-
addSectionSubscription()
: array<string|int, mixed>
-
createEvent()
: array<string|int, mixed>
-
createSection()
: array<string|int, mixed>
-
deleteEvent()
: void
-
deleteSection()
: void
-
deleteSectionSubscription()
: array<string|int, mixed>
-
getCalendarDelta()
: Generator
-
getCalendarList()
: array<string|int, mixed>
-
getContext()
: ContextInterface
-
getDeltaUri()
: string
-
getEvent()
: array<string|int, mixed>
-
getEventInstances()
: array<string|int, mixed>
-
getEventList()
: array<string|int, mixed>
-
renewSectionSubscription()
: array<string|int, mixed>
-
updateEvent()
: array<string|int, mixed>
-
updateSection()
: array<string|int, mixed>
__construct()
public
__construct(ContextInterface $context) : mixed
Parameters
-
$context
: ContextInterface
-
-
throws
-
BaseException
-
throws
-
LoaderException
-
throws
-
RemoteAccountException
-
throws
-
AuthException
addSectionSubscription()
public
addSectionSubscription(string $vendorSectionId[, string $state = '' ]) : array<string|int, mixed>
Parameters
-
$vendorSectionId
: string
-
-
$state
: string
= ''
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
createEvent()
public
createEvent(EventDto $eventDto, string $sectionId) : array<string|int, mixed>
Parameters
-
$eventDto
: EventDto
-
-
$sectionId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
createSection()
public
createSection(SectionDto $sectionDto) : array<string|int, mixed>
Parameters
-
$sectionDto
: SectionDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
deleteEvent()
public
deleteEvent(string $vendorEventId) : void
Parameters
-
$vendorEventId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
deleteSection()
public
deleteSection(string $vendorSectionId) : void
Parameters
-
$vendorSectionId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
deleteSectionSubscription()
public
deleteSectionSubscription(string $subscriptionId) : array<string|int, mixed>
Parameters
-
$subscriptionId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
Return values
array<string|int, mixed>
getCalendarDelta()
public
getCalendarDelta(SectionConnection $sectionConnection) : Generator
Parameters
-
$sectionConnection
: SectionConnection
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
BaseException
-
throws
-
ConflictException
-
throws
-
NotFoundException
getCalendarList()
public
getCalendarList(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
getContext()
public
getContext() : ContextInterface
getDeltaUri()
public
getDeltaUri(SectionConnection $sectionConnection, string $baseUri) : string
Parameters
-
$sectionConnection
: SectionConnection
-
-
$baseUri
: string
-
getEvent()
public
getEvent(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
getEventInstances()
public
getEventInstances(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
getEventList()
public
getEventList(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
renewSectionSubscription()
public
renewSectionSubscription(string $subscriptionId) : array<string|int, mixed>
Parameters
-
$subscriptionId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
updateEvent()
public
updateEvent(EventDto $eventDto, string $vendorEventId) : array<string|int, mixed>
Parameters
-
$eventDto
: EventDto
-
-
$vendorEventId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
updateSection()
public
updateSection(SectionDto $sectionDto) : array<string|int, mixed>
Parameters
-
$sectionDto
: SectionDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>