You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! For some context: as discussed on Discord, this feature is wanted, but not yet on top of the priority list.
I would summarize the acceptance criteria (limited to month mode on desktop) as following:
1a) An event that spans multiple days, but all within one week, should visually "break out" of its day, and its width be nDays * dayWidth.
1b) For the following days where this previous event "breaks in" from outside, space should be reserved for it, so that it does not collide visually with other events.
2a) An event that spans across 2 or more weeks, should be duplicated as many times as there are weeks after the first week.
2b) For the first week, rule 1b can be applied also here.
2c) For each following week, the duplicated event-elements are displayed from the first day of the week, until the last day of the week or until the end day of the event.
Is it possible to implement this in a month view same in week view?
The text was updated successfully, but these errors were encountered: