Bitrix API

EventManager extends Manager implements EventManagerInterface

Table of Contents

Interfaces

EventManagerInterface

Constants

CREATE_PATH  = '/calendars/%CALENDAR_ID%/events/'
EVENT_PATH  = '/calendars/%CALENDAR_ID%/events/%EVENT_ID%'

Methods

__construct()  : mixed
create()  : Result
createInstance()  : Result
createRecurrence()  : Result
delete()  : Result
deleteInstance()  : Result
getInstanceForDay()  : Event
getServiceName()  : string
prepareContextForInstance()  : EventContext|null
prepareCreateUrl()  : string
prepareUpdateUrl()  : string
saveRecurrence()  : Result
update()  : Result
updateInstance()  : Result
updateRecurrence()  : Result

Constants

CREATE_PATH

public mixed CREATE_PATH = '/calendars/%CALENDAR_ID%/events/'

EVENT_PATH

public mixed EVENT_PATH = '/calendars/%CALENDAR_ID%/events/%EVENT_ID%'

Methods

__construct()

public __construct(Connection $connection, int $userId) : mixed
Parameters
$connection : Connection
$userId : int
Tags
throws
SystemException

getServiceName()

public getServiceName() : string
Return values
string

        
On this page

Search results