public class CalendarAutocompleteService extends java.lang.Object implements ICalendarAutocomplete
| Constructor and Description |
|---|
CalendarAutocompleteService(BmContext context) |
| 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
|
public CalendarAutocompleteService(BmContext context)
public java.util.List<CalendarLookupResponse> calendarGroupLookup(java.lang.String groupUid) throws ServerFault
calendarGroupLookup in interface ICalendarAutocompleteServerFaultpublic java.util.List<CalendarLookupResponse> calendarLookup(java.lang.String pattern, Verb verb) throws ServerFault
ICalendarAutocompletecalendarLookup in interface ICalendarAutocompletepattern - the search patternServerFaultCopyright © 2023. All Rights Reserved.