Uses of Class
org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceUpdateEntity
-
Packages that use CalendarEventOccurrenceUpdateEntity Package Description org.silverpeas.core.webapi.calendar -
-
Uses of CalendarEventOccurrenceUpdateEntity in org.silverpeas.core.webapi.calendar
Methods in org.silverpeas.core.webapi.calendar with parameters of type CalendarEventOccurrenceUpdateEntity Modifier and Type Method Description List<CalendarEventEntity>
CalendarResource. updateEventOccurrence(String calendarId, String eventId, String occurrenceId, CalendarEventOccurrenceUpdateEntity occurrenceEntity)
Updates a occurrence from its JSON representation and returns the list of updated and created events.
If the user isn't authenticated, a 401 HTTP code is returned.
-