jsmodules / angular-material-calendar

A calendar directive for AngularJS and Angular Material Design
https://angular-material-calendar.bradb.net/
Mozilla Public License 2.0
182 stars 86 forks source link

Adding multiple events per date #117

Open rinkstiekema opened 7 years ago

rinkstiekema commented 7 years ago

Hey,

I'm not quite sure if it is implemented yet, and if it is; sorry for this post.

I'm trying to get multiple dates on one day, but using setDayContent seems to only allows one item. In other words, adding a new event seems to overwrite the earlier one.

Anybody any ideas how to implement this?

Thanks!