Dylan Ferris
Dylan Ferris
I believe this existing ticket captures this need: https://github.com/fullcalendar/fullcalendar/issues/4643 ↑ Please visit the above issue, **give a** 👍 **to vote** ([?](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments)), press the 🔈**Subscribe** button to receive updates.
While that request is for opening popovers I believe that would also include choosing when to close them. I can reopen this so it's not missed but it seems it...
Changing from day view to month view will keep the same day visible, so in this case changing from July 1 to week view changes to the week which contains...
Thanks for the video, I understand the issue now. It does seem like a bug that it's not consistently changing to the same week. Steps to reproduce: 1. Change to...
I can see the issue in the demo, but it seems to happen randomly, not every time. I believe the issue comes from re-initialising the calendar on React state changes,...
The `schedulerLicenseKey` option is only added when using a premium plugin, for example it works by including `@fullcalendar/resource-timeline`: https://codesandbox.io/s/naughty-franklin-f896j4?file=/src/index.tsx Similarly for the other options, eg. `eventDragStart` is added from the...
Thanks for the details, it seems this may be a bug causing it to build incorrectly on jsdelvr. I get the same "Uncaught TypeError: Class constructor component cannot be invoked...
According to the rrule docs, `exdate` should be a "datetime", it seems they don't support supplying a date only. https://github.com/jakubroztocil/rrule#rrulesetprototypeexdatedt
Thanks for the details, since it works for dates like that it makes sense it should also work when only the `dtstart` includes a time.
I couldn't find a way to do that with `extraParams` currently. I think it would also work if it accepted array values like in this example and converted those to...