POST api/2.0/calendar/importIcs
Imports the events from the iCal string to the calendar with the ID specified in the request.
Name |
Description |
Type |
Example |
calendarId
sent in body
|
Calendar ID
|
number
|
1234
|
iCalString
sent in body
|
The iCal string with the events to be imported
|
string
|
some text
|
POST api/2.0/calendar/importics
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"calendarId": 1234,
"iCalString": "some text"
}
The number of imported events