POST api/2.0/calendar/outsideevent
Adds the iCal event to the calendar specified in the request.
Name |
Description |
Type |
Example |
calendarGuid
sent in body
|
Calendar GUID
|
string
|
some text
|
eventGuid
sent in body
|
Event GUID
|
string
|
some text
|
ics
sent in body
|
Event in the iCal format
|
string
|
some text
|
POST api/2.0/calendar/outsideevent
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarGuid": "some text",
"eventGuid": "some text",
"ics": "some text"
}