0

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.

wonder95
  • 3,825
  • 8
  • 45
  • 74
  • Since it;s a wrapper for jQuery fullcalendar you can inject html within the event rendering callbacks but using tables of any size may not be very effective. I would suggest playing with a standalone jQuery version to see what happens first as it will be simpler to work with for testing your idea – charlietfl May 29 '16 at 06:37

1 Answers1

0

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.

wonder95
  • 3,825
  • 8
  • 45
  • 74