GET api/Tasks/Calendar/Download

Downloads a copy of a member's calendar in iCal format.

Request

Parameters

Name Description Default
member Unique member ID. Omit to download the current user's calendar.

Response

Body

Content Type: text/calendar
iCalendar file.

Status Codes

Code Condition
200 OK The operation completed successfully.
401 Unauthorized Access token is invalid, expired or not specified.
403 ForbiddenUser does not have permission to view the member's calendar.
406 Not Acceptable Content type specified in the Accept header isn't supported.
500 Internal Server Error An internal error occurred.
501 Not ImplementedServer does not have the required plug-in.

Remarks

The calendar file will contain all current and future appointments, as well as the past 3 months worth of items.