| Package | Description |
|---|---|
| org.exoplatform.calendar.ws |
| Modifier and Type | Method and Description |
|---|---|
static CalendarRestApi.RecurringUpdateType |
CalendarRestApi.RecurringUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarRestApi.RecurringUpdateType[] |
CalendarRestApi.RecurringUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.