A small issue I found while using it. When you init the calendar as in the basic usage example (options={}), you will get a JS exception.
This is because when not specifying events, an event is added, but without a date. This will result in an exception coming from the render method, because that expects the date of the even to be set.
Great job on this calendar.
A small issue I found while using it. When you init the calendar as in the basic usage example (
options={}
), you will get a JS exception. This is because when not specifying events, an event is added, but without a date. This will result in an exception coming from the render method, because that expects the date of the even to be set.