| Package | Description |
|---|---|
| org.exoplatform.calendar.ws | |
| org.exoplatform.calendar.ws.bean |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CalendarRestApi.createTaskForCalendar(String id,
TaskResource evObject,
javax.ws.rs.core.UriInfo uriInfo)
Creates a task for a calendar specified by id, in one of conditions:
The user is the owner of the calendar,
OR for group calendars, the user has edit permission on the calendar,
OR the calendar has been shared with the user, with edit permission,
OR the calendar has been shared with a group of the user, with edit permission.
|
javax.ws.rs.core.Response |
CalendarRestApi.updateTaskById(String id,
TaskResource evObject)
Updates a task specified by id, in one of conditions:
the calendar of the task is public,
OR the authenticated user is the owner of the calendar,
OR the user belongs to the group of the calendar,
OR the task is delegated to the user,
OR the calendar has been shared with the user or with a group of the user.
|
| Modifier and Type | Method and Description |
|---|---|
TaskResource |
TaskResource.setCal(Serializable calendar) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.