Results 122 comments of Vladimir

Unfortunately, there is currently no such feature. I think that in the future it will be possible to implement something like [this](https://fullcalendar.io/docs/EventSource-refetch).

I'd like to keep this issue open until [this](https://fullcalendar.io/docs/EventSource-refetch) is implemented :smile:

Can you provide a screenshot, please? I looked at the web version of Google Calendar on my mobile device, but didn't see anything similar there.

Thank you. So the left time bar does not scroll, but always remains in the visibility area. I don't currently have a ready solution, but it might be possible to...

> It would be so nice (and smoother scrolling) if ec-header and ec-body had an enclosing div around them. The problem is that `ec-body` also has a vertical scroll that...

Yes, unfortunately, that's the way it works now. The event placement algorithm at some points requires information about the size of DOM elements, which becomes available only when rendering these...

Just for reference https://github.com/vkurko/calendar/discussions/162#discussioncomment-6572376

Unfortunately external drag&drop is not supported yet. There was a [discussion](https://github.com/vkurko/calendar/discussions/45) about this earlier.

I wouldn't say that this feature request is very popular. Therefore, I am unlikely to do anything about this in the near future. > In the discussion, there is a...

> I can get coordination of the mouse cursor, but I guess there is no function that would simply return the Date based on it, right? I think you can...