Documentation

calendar.meeting.params.set

Sets event parameters for current user if the user is event attendee.

Function parameters

Parameter Description
eventId Event ID.
accessibility Availability during the event:
  • busy (busy);
  • absent (not available);
  • quest (not sure);
  • free (free).
remind Event reminder:
  • type - Time reminder (min, hour, day);
  • count - Numeric value of duration.

Returned value

Returns true if successful.

Example

BX24.callMethod("calendar.meeting.params.set",
   {
     eventId: '651',
     accessibility: 'free',
     remind: [{type: 'min', count: 20}]
   });


© «Bitrix24», 2001-2024
Up