HaikuArchives / Calendar

:calendar: A native Calendar application for Haiku.
MIT License
29 stars 20 forks source link

Week numbers #101

Closed pulkomandy closed 2 years ago

pulkomandy commented 2 years ago

In a profesionnal setting it is not uncommon to use week numbers. See https://en.wikipedia.org/wiki/ISO_week_date for how it is defined, but hopefully we can get it from ICU and not implement the math ourselves.

These should be visible next to the calendar (one per line). See for example the Linux utility Dayplanner:

https://mundo-tips.com/wp-content/uploads/2020/05/dayplanner-2.png

humdingerb commented 2 years ago

Our calender view already allows for this. Calender preferences offer a checkbox "Show week numbers in Calendar". Could be shortened to "Show week numbers"...

humdingerb commented 2 years ago

No change required then.