I have seen that there has been a request to add a MORE link, to the calendar and limit the number of events. Is this done yet? Or has anyone implemented there own work around, that they can share? If so please post your code.
With the new build v2.1.0-beta2 Launch 17 days ago Arshaw did the following
RESOLVED ISSUES:
- Max events with "more..." link (304)
- Don't fire eventMouseover/eventMouseout while dragging/resizing (1297)
NEW OPTIONS:
- eventLimit
- eventLimitClick
- eventLimitText
- dayPopoverFormat
Source
So, you can do the following:
$('#calendar').fullCalendar({
lang: 'en',
eventLimit: true, // If you set a number it will hide the itens
eventLimitText: "Something" // Default is `more` (or "more" in the lang you pick in the option)
});
I very recently wrote a plugin that does exactly what you're asking for. Hopefully Adam Shaw, the developer of fullcalendar will link to it or include this enhancement plugin with the fullcalendar core.
Check it out and let me know what you think. Please report any bugs. https://github.com/lyconic/fullcalendar.viewmore
Thanks
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With