Is it possible to load the calendar with events / dates ?
Closed this issue · 2 comments
slishnevsky commented
Lets say I receive my events from my Google Calendar as an array of items that contain start date time, and date time.
Is it possible to display these dates in the Calendar?
I tried to set a single Date field to ng-model='vm.today', it paints the cell in blue.
I tried to set an array of Dates to ng-model='vm.dates', it doesn't display anything.
Is it capable of displaying multiple dates on the Calendar UI?
Thanks.
dalelotts commented
Sorry, this is not possible with one date-picker
slishnevsky commented
Thanks