meteor_supercalendar icon indicating copy to clipboard operation
meteor_supercalendar copied to clipboard

Smart pack for fullcalendar.js

Results 6 meteor_supercalendar issues
Sort by recently updated
recently updated
newest added

Fix typo referencing the event object in `SuperCalendar.onDayClick` issue: https://github.com/gabrielhpugliese/meteor_supercalendar/issues/13

`onDayClick` parameter is `e` but the code is referencing `event` here: https://github.com/gabrielhpugliese/meteor_supercalendar/blob/master/client/lib/app.js#L12

Is it possible to add userId to every event? I need to track down who created certain tasks or even create private calendars.

I would like to implement the package in such a way that the user can also define its own fields in the collection. If user wants the calendar events to...

How to reproduce: 1) When i create an event on a date with "I dont know the time", I think its trying to create event IN GMT with time=00:00. my...

bug