meteor-fullcalendar
meteor-fullcalendar copied to clipboard
FullCalendar JQuery plugin packaged for Meteor 1.0
Error dump is below. Perhaps the issue is the old version of momentjs your package installs, when I already have momentjs 2.18.1 installed from npm? `TypeError: units.toLowerCase is not a...
A version with fullcalendar-scheduler v1.9.1 included would be very handy.
add {{>fullcalendar}} to my template causes an error which says no such template exists as 'fullcalendar' I have added the package...
Hey! I'm having an issue when trying to get the calendar. What I'm getting is: `Cannot read property 'localeData' of undefined at getMomentLocaleData` `function getMomentLocaleData(localeCode) { return moment.localeData(localeCode) || moment.localeData('en');...
I am using this package in meteor. I have my custom button named month. I want to show calendar on that custom button click event. Any help is appreciated!
Hello I would like to be able to use the listWeek view from FullCalendar. Whatever I do I get the following error: ```` Exception from Tracker afterFlush function: TypeError: spec.class...
Hey there, running througth some troubles... ``` Template.agenda.helpers({ options() { let events = Events.findOne() && Events.findOne().events; let calendar = { titleFormat: 'MMM D YYYY', header: { left: 'prev', center: 'title',...
**meteor**: v1.3.x Just looking for a little guidance here with the added node module support in the latest meteor releases. My thoughts are related to modifying the wrappers you have...
hello, please help me fix this issue with subscription not working. I used your exact code and only changed the collection name, but mongol show no subscription. Thanks . `Template.RenderCalendar.helpers({...
My page shows a table of events, or a full calendar of events. The switch is controlled by a button which drives a session variable. If I arrive on the...