Table of Contents
Methods
-
__construct()
: mixed
-
createEvent()
: EventDto
-
createSection()
: SectionDto
-
deleteEvent()
: void
-
deleteSection()
: void
-
getCalendarDelta()
: Generator|EventDto}
-
getContext()
: ContextInterface
-
getEvent()
: array<string|int, mixed>
-
getEventInstances()
: array<string|int, EventDto>
-
getEvents()
: array<string|int, mixed>
-
getSections()
: array<string|int, SectionDto>
-
resubscribe()
: array<string|int, mixed>
-
subscribeSection()
: array<string|int, mixed>|null
-
unsubscribe()
: array<string|int, mixed>
-
updateEvent()
: EventDto
-
updateSection()
: SectionDto
__construct()
public
__construct(Office365Context $context) : mixed
Parameters
-
$context
: Office365Context
-
-
throws
-
BaseException
-
throws
-
RemoteAccountException
-
throws
-
AuthException
-
throws
-
LoaderException
createEvent()
public
createEvent(EventDto $dto, string $sectionId) : EventDto
Parameters
-
$dto
: EventDto
-
-
$sectionId
: string
-
-
throws
-
ApiException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
-
throws
-
ArgumentException
createSection()
public
createSection(SectionDto $sectionDto) : SectionDto
Parameters
-
$sectionDto
: SectionDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
deleteEvent()
public
deleteEvent(string $vendorEventId) : void
Parameters
-
$vendorEventId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
deleteSection()
public
deleteSection(SectionDto $dto) : void
Parameters
-
$dto
: SectionDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
getCalendarDelta()
public
getCalendarDelta(SectionConnection $sectionLink) : Generator|EventDto}
Parameters
-
$sectionLink
: SectionConnection
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
BaseException
-
throws
-
ConflictException
-
throws
-
NotFoundException
Return values
Generator|EventDto}
getContext()
public
getContext() : ContextInterface
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, EventDto>
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, EventDto>
getEvents()
public
getEvents(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>
getSections()
public
getSections([array<string|int, mixed> $params = [] ]) : array<string|int, SectionDto>
Parameters
-
$params
: array<string|int, mixed>
= []
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
NotFoundException
-
throws
-
GoneException
resubscribe()
public
resubscribe(string $subscribeId) : array<string|int, mixed>
Parameters
-
$subscribeId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>
subscribeSection()
public
subscribeSection(SectionConnection $link) : array<string|int, mixed>|null
Parameters
-
$link
: SectionConnection
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
Return values
array<string|int, mixed>|null
unsubscribe()
public
unsubscribe(string $subscribeId) : array<string|int, mixed>
Parameters
-
$subscribeId
: string
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
Return values
array<string|int, mixed>
updateEvent()
public
updateEvent(string $vendorEventId, EventDto $eventDto) : EventDto
Parameters
-
$vendorEventId
: string
-
-
$eventDto
: EventDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException
updateSection()
public
updateSection(SectionDto $sectionDto) : SectionDto
Parameters
-
$sectionDto
: SectionDto
-
-
throws
-
ApiException
-
throws
-
ArgumentException
-
throws
-
AuthException
-
throws
-
ConflictException
-
throws
-
GoneException
-
throws
-
NotFoundException