I have a data set which contains event types for certain days which should be toggled in a monthly grid, using sap.me.Calendar.
The sap.me.Calendar control has a method sap.me.Calendar.toggleDatesType() which takes an array of dates, a CalendarEventType, and a boolean to toggle the DatesType.
I have tried using sap.me.Calendar.bindAggregation(), but the Calendar control has no aggregations, unlike sap.me.OverlapCalendar, which does contain aggregations.
Is it possible to set an OData model to the Calendar control and bind an aggregation to the Calendar days so that a calendar event type is toggled on the days?