OutgoingEventManager extends Manager implements OutgoingEventManagerInterface
Table of Contents
Interfaces
Constants
- BATCH_PATH = 'https://www.googleapis.com/batch/calendar/v3/'
- CHUNK_LENGTH = 50
- LINE_SEPARATOR = "\r\n"
Methods
- __construct() : mixed
- export() : Result
- getServiceName() : string
Constants
BATCH_PATH
public
mixed
BATCH_PATH
= 'https://www.googleapis.com/batch/calendar/v3/'
CHUNK_LENGTH
public
mixed
CHUNK_LENGTH
= 50
LINE_SEPARATOR
public
mixed
LINE_SEPARATOR
= "\r\n"
Methods
__construct()
public
__construct(Connection $connection, int $userId) : mixed
Parameters
- $connection : Connection
- $userId : int
Tags
export()
public
export(SyncEventMap $syncEventMap, SyncSectionMap $syncSectionMap) : Result
Parameters
- $syncEventMap : SyncEventMap
- $syncSectionMap : SyncSectionMap
Tags
Return values
ResultgetServiceName()
public
getServiceName() : string