@Path(value="/calendar/autocomplete")
public interface ICalendarAutocomplete
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<CalendarLookupResponse> | 
calendarGroupLookup(java.lang.String groupUid)  | 
java.util.List<CalendarLookupResponse> | 
calendarLookup(java.lang.String pattern,
              Verb verb)
Lookup for calendar container 
 | 
@GET
 @Path(value="_calendarsGroupLookup/{groupUid}")
java.util.List<CalendarLookupResponse> calendarGroupLookup(@PathParam(value="groupUid")
                                                                                                                 java.lang.String groupUid)
                                                                                                          throws ServerFault
ServerFault@POST
 @Path(value="_calendarLookup/{pattern}")
java.util.List<CalendarLookupResponse> calendarLookup(@PathParam(value="pattern")
                                                                                                      java.lang.String pattern,
                                                                                                      Verb verb)
                                                                                               throws ServerFault
pattern - the search patternverb - ServerFaultCopyright © 2023. All Rights Reserved.