events

Name Resource Description
Add the iCal event POST api/2.0/calendar/outsideevent Adds the iCal event 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 the CalDav event DELETE api/2.0/calendar/caldavevent Deletes the CalDav event from the calendar with the ID specified in the request.
Delete the event series DELETE api/2.0/calendar/events/{eventId} Deletes the event series from the calendar.
Delete the specified event(s) from event series DELETE api/2.0/calendar/events/{eventId}/custom Deletes the specified event(s) from the series of repeating events.
Get the iCal event by ID GET api/2.0/calendar/events/{eventId}/historybyid Returns the iCal event by its ID from the history.
Get the iCal event by UID GET api/2.0/calendar/events/{eventUid}/historybyuid Returns the iCal event by its UID from the history.
Import the events from the iCal string POST api/2.0/calendar/importIcs Imports the events from the iCal string to the calendar with the ID specified in the request.
Import the iCal events to the default calendar POST api/2.0/calendar/import Imports the events from the iCal files to the default calendar.
Import the iCal events to the specified 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.
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.