POST api/2.0/calendar/outsideevent This function requires authentication

Description

Adds the iCal event to the calendar specified in the request.

Parameters
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
Example
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"
}
Returns

Task awaiter