2025-01-19 15:35:14 +03:00
|
|
|
CalendarsStructure = New Structure;
|
|
|
|
CalendarsStructure.Insert("view" , "month");
|
|
|
|
CalendarsStructure.Insert("showDeclined" , "Y");
|
|
|
|
CalendarsStructure.Insert("collapseOffHours" , "N");
|
|
|
|
CalendarsStructure.Insert("showCompletedTasks", "N");
|
|
|
|
|
|
|
|
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
|
|
|
|
|
|
|
|
Result = OPI_Bitrix24.SetCustomCalendarSettings(URL, CalendarsStructure);
|
|
|
|
|
|
|
|
URL = "b24-ar17wx.bitrix24.by";
|
2025-02-18 14:08:09 +03:00
|
|
|
Token = "8536b467006e9f06006b12e400000001000...";
|
2025-01-19 15:35:14 +03:00
|
|
|
|
|
|
|
Result = OPI_Bitrix24.SetCustomCalendarSettings(URL, CalendarsStructure, Token);
|