1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/SetCustomCalendarSettings.txt

15 lines
596 B
Plaintext
Raw Normal View History

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);