Simple-Calendar icon indicating copy to clipboard operation
Simple-Calendar copied to clipboard

fix issue #1798 display of start/end for multi day events

Open Honk2 opened this issue 2 years ago • 3 comments

Honk2 avatar Sep 11 '22 17:09 Honk2

what does this fix, can you give a sample?

tibbi avatar Sep 11 '22 18:09 tibbi

Just makes the string shorter if possible for better UX.

dumblob avatar Sep 11 '22 20:09 dumblob

  • There is an event that spans over several days
  • Switch to Day view
  • When you scroll over the days, the event will only be shown as all day event, but not when it started or when it ends grafik grafik grafik

With this PR,

  • on the first day the end date/time is shown
  • on the last day the start date/time is shown
  • on the other days, the start and end date/time is shown.
  • The date is shown as [month] [day] grafik grafik grafik

AS described in issue #1798

Honk2 avatar Sep 18 '22 13:09 Honk2

should be good, thanks

tibbi avatar Oct 25 '22 08:10 tibbi