Parth Baraiya
Parth Baraiya
@Timememory6 You are creating new instance of `EventController` every time. That won't work. You have to create only one instance of `EventController` and pass it to `WeekView`. Also, Use same...
@Sarah-ben Please provide more information.
Hello guys, Is this issue still reproducible in latest release?
@CharanjeetRPOPS You can get long press event on that area by providing, `onDateLongPress` argument in `DateView` As of now calendar view does not supports single click event outside of event...
Hello guys, Thanks for bringing this issue and all of your complements. We will add this feature as soon as possible. Not sure If you guys already know this or...
Please ignore above PR.
@vishalvishvakarma1111 Please share more info. I am not able to reproduce the issue from given code.
Hello @rickdijk, as for current implementation it is the expected behaviour. As of now in multiple day events, startTime and endTime is being considered as timespan over a single date....
@vradchuk Here, you are providing startTime as 13:00 and endTime as 12:00. That's causing the problem. Note that in startTime and endTime only time is being considered. so, In your...
@vradchuk No, as of not it does not support that functionality by default. But if you want you can implement EventArranger in your code. and provide it as `eventArranger` argument....