mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-04 23:37:46 +02:00
6 lines
322 B
Plaintext
6 lines
322 B
Plaintext
|
# JSON data can also be passed as a path to a .json file
|
||
|
|
||
|
oint bitrix24 CreateCalendar \
|
||
|
--url "b24-ar17wx.bitrix24.by" \
|
||
|
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
|
||
|
--token "***"
|