Bitrix API

SyncConnector

Table of Contents

Methods

deleteEvent()  : true
Deletes calendar event
getCalendarEventList()  : array<string|int, mixed>
Returns calendar events
getCalendarSectionList()  : array<string|int, mixed>
Returns collection of sections for user or other entity.
modifyEvent()  : id
Saves calendar event

Methods

deleteEvent()

Deletes calendar event

public static deleteEvent(array<string|int, mixed> $calendarId[, array<string|int, mixed> $params = [] ]) : true
Parameters
$calendarId : array<string|int, mixed>

contains combined information about requested collection.

$params : array<string|int, mixed> = []

contains fields and other information.

Return values
true

or false - result of the operation

getCalendarEventList()

Returns calendar events

public static getCalendarEventList(array<string|int, mixed> $calendarId[, mixed $filter = [] ]) : array<string|int, mixed>
Parameters
$calendarId : array<string|int, mixed>

contains combined information about requested collection.

$filter : mixed = []
Return values
array<string|int, mixed>

list of calendar sections

getCalendarSectionList()

Returns collection of sections for user or other entity.

public static getCalendarSectionList(array<string|int, mixed> $calendarId[, array<string|int, mixed> $params = [] ]) : array<string|int, mixed>
Parameters
$calendarId : array<string|int, mixed>

contains combined information about requested collection.

$params : array<string|int, mixed> = []

additional params.

Return values
array<string|int, mixed>

list of calendar sections

modifyEvent()

Saves calendar event

public static modifyEvent(array<string|int, mixed> $calendarId[, array<string|int, mixed> $params = [] ]) : id
Parameters
$calendarId : array<string|int, mixed>

contains combined information about requested collection.

$params : array<string|int, mixed> = []

contains fields and other information.

Return values
id

of the event or false


        
On this page

Search results