Documentation

calendar.section.delete

Deletes calendar. Hereinafter, section will be referred to as Calendar.

Parameters

Parameter Description
type* Calendar type:
  • user;
  • group.
ownerId* Calendar owner ID.
id* Calendar ID.
* - required parameters

Returned values

Returns true if deletion is successful.

Example

BX24.callMethod("calendar.section.delete",
   {
     type: 'user',
     ownerId: '2',
     id: 521
   });


© «Bitrix24», 2001-2024