public class CalendarRequest extends com.github.davidmoten.odata.client.EntityRequest<Calendar>
| Constructor and Description |
|---|
CalendarRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
public CalendarRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public CalendarPermissionCollectionRequest calendarPermissions()
public CalendarPermissionRequest calendarPermissions(String id)
public EventCollectionRequest events()
public EventRequest events(String id)
public EventCollectionRequest calendarView()
public EventRequest calendarView(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ScheduleInformation> getSchedule(List<String> schedules, DateTimeTimeZone endTime, DateTimeTimeZone startTime, Integer availabilityViewInterval)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CalendarRoleType> allowedCalendarSharingRoles(String user)
Copyright © 2018–2020. All rights reserved.