Class: GetCalendarEntriesRequest

tibco.objectapi.service.request.GetCalendarEntriesRequest

new GetCalendarEntriesRequest(name, startDate, endDate)

Object GetCalendarEntriesRequest Usage: RestApiService.getWorkCalService().getCalendarEntries(request, callback);
Parameters:
Name Type Description
name string Name of the calendar for which exclusions are to be returned (within the given namespace).
startDate string The start date (in UTC) for the range of calendar exclusions to be retrieved.
endDate string The end date (in UTC) for the range of calendar exclusions to be retrieved.
Since:
  • 4.0.0

Members

namespace :string

Query parameter: 'namespace' (optional) Namespace of the calendar to be retrieved.
Type:
  • string
Since:
  • 4.0.0