CalendarService Data Type

Abstract Type
Subtypes
CalendarServiceImpl
Properties
name data type description
serviceIds array of FeedScopedId the set of all service ids used in the data set

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "serviceIds" : [ {
    "feedId" : "...",
    "id" : "..."
  }, {
    "feedId" : "...",
    "id" : "..."
  } ]
}