| Package | Description |
|---|---|
| org.exoplatform.calendar.ws |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CalendarRestApi.createCalendar(CalendarResource cal,
javax.ws.rs.core.UriInfo uriInfo)
Creates a calendar based on calendar attributes sent in the request body.
|
javax.ws.rs.core.Response |
CalendarRestApi.updateCalendarById(String id,
CalendarResource calObj)
Update a calendar specified by id, in one of conditions:
the authenticated user is the owner of the calendar,
OR for group calendars, the authenticated user has edit permission on the calendar.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.