CalendarServiceImpl Data Type

An implementation of CalendarService. Requires a pre-computed CalendarServiceData bundle for efficient operation.

Implemented Interfaces
CalendarService
Properties
name data type description
serviceIds array of FeedScopedId the set of all service ids used in the data set

Example

{
  "serviceIds" : [ {
    "feedId" : "...",
    "id" : "..."
  }, {
    "feedId" : "...",
    "id" : "..."
  } ]
}