Results 122 comments of Vladimir

@joshuaGnol I cannot reproduce the problem locally. Can you provide a live demo please? CodeSandbox, StackBlitz, etc. Or maybe you could provide an array of events that are not displayed...

@joshuaGnol thank you for providing the sample json, it was very helpful. The problem is that the calendar does not support time zones in string dates. They are just ignored....

Hello. Currently there is no such option, but I'll add it in the future releases.

Currently this option is not available in Event Calendar. Perhaps it will be implemented in future versions. As a workaround, I think you can use all-day (`allDay: true`) background events.

Maybe I need to add a css class to the header to make it easier to determine the current day. I'll implement this in the future versions.

This has been implemented in v4.2.0.

I think it is possible to do. Unfortunately, I did not find a similar option in FullCalendar. Please tell what input parameters you would expect in this callback and what's...

You can try the new `selectConstraint` callback for this. Just don't forget to return `true` in your function.