Operations for working with tasks and appointments.
Endpoint | Description | |
---|---|---|
GET | Retrieves a list of tasks. | |
POST | Creates one or more tasks/appointments. | |
DELETE {id} | Deletes a task. | |
GET {id} | Retrieves information for a task/appointment. | |
PUT {id}/Response | Records or updates the user's response to an appointment invitation. | |
GET Appointments | Retrieves a list of appointments on a particular date. | |
GET Availability | Retrieves a list of available times for a proposed appointment. | |
GET Calendar | Retrieves a list of calendar items for a member over a given period. | |
GET Calendar/Download | Downloads a copy of a member's calendar in iCal format. | |
GET Conflicts | Retrieves a list of conflicts (if any) with a proposed appointment. | |
GET Milestones | Retrieves a list of milestones and tasks for a file. | |
GET NextAppointment | Retrieves the next available time for a proposed appointment. |