| 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 if:
- this is a personal calendar and the user is authenticated.
|
javax.ws.rs.core.Response |
CalendarRestApi.updateCalendarById(String id,
CalendarResource calObj)
Update the calendar with specified id if:
- the authenticated user is the owner of the calendar
- for group calendars, the authenticated user has edit rights on the calendar
This entry point only allow http PUT request, with json object (calObj) in the request body, and calendar id in the path.
|
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.