Vladimir
Vladimir
> I really wish the validRange to be implemented. It seems to me that you need [something different](https://github.com/vkurko/calendar/issues/213), because `validRange` would limit the navigation to days, but will not affect...
Yes, someday I will definitely add typescript support. Unfortunately, I can't give an estimate right now. Any help on this matter is welcome 😄
@ksmoore17 Thanks for starting this change. I looked at the result and it's impressive. I see value for the upstream repository in the types you defined [here](https://github.com/LeagueBrain/calendar/tree/types/packages/common/types). I would not...
- *GitHub workflow* - If it works as well as the current tool, then why not. Although it's not difficult for me to `npm run publish` when a new release...
> Don't overthink this. Yeah, my concern was about Svelte/SvelteKit projects that use the library's source code. But after some research, I realized that it is possible to get pure...
Unfortunately, nothing was done on this task.
@syncsynchalt Thank you very much for the work done. This is really impressive!
I would like to keep the API similar to FullCalendar. About right click I found this [thread](https://github.com/fullcalendar/fullcalendar/issues/2748). It seems that this feature has not been added to the library yet....
Unfortunately, there is no such option right now. And it can't be done with CSS, because the event placement algorithm doesn't support this case. Do you know examples of something...
Hello. Now there are no two equal layers as you wrote. In fact, the placement algorithm does not work for background events. I think "layers" is an interesting idea. I...