Currently, I am on a quest to find a solution that would allow me to alter cell backgrounds in fullcalendar based on availability or holidays.
I have come across a few potential solutions:
- elhigu/fullcalendar on github (+)
- lcrodriguez/fullcalendar on github (+)
However, these solutions seem to be designed for older versions of fullcalendar.
In addition, I stumbled upon this solution:
I am curious to know if anyone has an alternative solution or plugin that would work with version 2.0.2. I attempted to use the file mentioned here: https://code.google.com/p/fullcalendar/issues/detail?id=144.. but encountered some difficulties..
I am relatively new to using libraries or plugins. Thank you for your assistance.
(+) Apologies for not being able to share more than 2 links
UPDATE
I managed to successfully implement fullcalendar annotations (link) with fullcalendar 1.6.4.
However, I urgently require fullcalendar 2.0.2 (or higher) compatibility.