Add the iCal event
|
POST api/2.0/calendar/outsideevent
|
Adds an event in the ics format to the calendar specified in the request.
|
Create a new event in the default calendar
|
POST api/2.0/calendar/event
|
Creates a new event in the default calendar with the parameters specified in the request.
|
Create a new event in the selected calendar
|
POST api/2.0/calendar/{calendarId}/event
|
Creates a new event in the selected calendar with the parameters specified in the request.
|
Create a new iCal event
|
POST api/2.0/calendar/icsevent
|
Creates a new iCal event in the selected calendar with the parameters specified in the request.
|
Delete an event from event series
|
DELETE api/2.0/calendar/events/{eventId}/custom
|
Deletes one event from the series of recurrent events.
|
Delete the CalDav event
|
DELETE api/2.0/calendar/caldavevent
|
Deletes the whole CalDav event from the calendar.
|
Delete the event series
|
DELETE api/2.0/calendar/events/{eventId}
|
Deletes the event series from the calendar.
|
Get ics by ID
|
GET api/2.0/calendar/events/{eventId}/historybyid
|
Returns an event in the iCal format by its ID from the history.
|
Get ics by UID
|
GET api/2.0/calendar/events/{eventUid}/historybyuid
|
Returns an event in the iCal format by its UID from the history.
|
Import events from the iCal files
|
POST api/2.0/calendar/import
|
Imports the events from the iCal files specified in the request.
|
Import iCal events to the calendar
|
POST api/2.0/calendar/{calendarId}/import
|
Imports the events from the iCal files to the calendar with the ID specified in the request.
|
Import ics
|
POST api/2.0/calendar/importIcs
|
Imports the events in the iCal format to the calendar with the ID specified in the request.
|
Unsubscribe from the event
|
DELETE api/2.0/calendar/events/{eventId}/unsubscribe
|
Unsubscribes the current user from the event with the ID specified in the request.
|
Update an event
|
PUT api/2.0/calendar/{calendarId}/{eventId}
|
Updates the existing event in the selected calendar with the parameters specified in the request.
|
Update the CalDav event
|
PUT api/2.0/calendar/caldavevent
|
Updates the existing CalDav event in the calendar with the ID specified in the request.
|
Update the iCal event
|
PUT api/2.0/calendar/icsevent
|
Updates the existing iCal event in the selected calendar with the ID specified in the request.
|