angularjsfullcalendarui-calendar

Display tables inside each day in angular-ui-calendar


I have a use case where I just need the calendar skeleton and month switching capabilities, but inside each day, I need to place some custom built tables (signup slots for shifts) instead of the standard events. Is there a way to do that with ui-calendar somehow? Or am I limited to the default event structure?

Thanks.


Solution

  • I actually found a better alternative with the Angular Bootstrap Calendar. In addition to having about the same functionality, it also allows for custom cell templates which is just what I need in my use case.