public class CalendarService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
saveEvent(javax.ws.rs.core.SecurityContext sc,
String space,
String users,
String summary,
String startDate,
String startTime,
String endDate,
String endTime,
String location) |
protected void |
saveEvent(String user,
boolean isPublic,
String[] participants,
String calId,
String calName,
String summary,
Date from,
Date to,
String location) |
void |
saveEvent(String user,
String calName,
String users,
String summary,
Date from,
Date to,
String location) |
public CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response saveEvent(@Context javax.ws.rs.core.SecurityContext sc, String space, String users, String summary, String startDate, String startTime, String endDate, String endTime, String location)
public void saveEvent(String user, String calName, String users, String summary, Date from, Date to, String location) throws Exception
ExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.