POST api/2.0/calendar/outsideevent
Name |
Description |
Type |
Example |
calendarGuid
sent in body
|
|
string
|
some text
|
eventGuid
sent in body
|
|
string
|
some text
|
ics
sent in body
|
|
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"
}
This method doesn't return any data.