| Package | Description |
|---|---|
| org.exoplatform.calendar.ws | |
| org.exoplatform.calendar.ws.bean |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CalendarRestApi.createEventForCalendar(String id,
EventResource evObject,
javax.ws.rs.core.UriInfo uriInfo)
Creates an event in a calendar specified by id, in one of conditions:
The authenticated 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.updateEventById(String id,
CalendarRestApi.RecurringUpdateType recurringUpdateType,
EventResource evObject)
Updates an event specified by id, in one of conditions:
The authenticated user is the owner of the calendar of the event,
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.
|
| Modifier and Type | Method and Description |
|---|---|
EventResource |
EventResource.setCal(Serializable calendar) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.