kalendar icon indicating copy to clipboard operation
kalendar copied to clipboard

Revamped version of my flat_calendar plugin. Now offers more features and easier customization.

Results 3 kalendar issues
Sort by recently updated
recently updated
newest added

Wow, you put a lot of work into this code! These are not feature requests per se, just a few observations to help the next reviewer. - The demo.php file...

According to the documentation, a date object is supposed to be passed along with the onDayClick function. Despite typing the example code found at http://www.ericwenn.se/kalendar/documentation#ondayclick exactly as is, the output...

`onDayShow` doesn't seem to work. I currently have this ``` onDayClick: function(e) { window.location.href = 'http://www.website.com/whats-on/day/' + e.data.date.GetCustomFormat(); }, ``` which works well, but it ultimately means that any date...