Unable to refill events after ClearAll

Issue #29 new
Tom Simmons created an issue

First off, thanks for the calendar. It's a great tool.

I am trying to clear the events and then repopulate. But when I clear the events, it just doesn't add any new events.

            var events = GetDayEventCount(month, year, zip, radius, categories);
            $('.responsive-calendar').responsiveCalendar('clearAll');
            $(".responsive-calendar").responsiveCalendar({                    
                allRows: false,
                events: events               
            });

Comments (0)

  1. Log in to comment