An implementation of CalendarService. Requires a pre-computed CalendarServiceData bundle for efficient operation.
| 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" : "..."
} ]
}