ariebovenberg / whenever

⏰ Sensible and typesafe datetimes for Python
https://whenever.rtfd.io
MIT License
362 stars 7 forks source link

Recurring date/times #86

Open ariebovenberg opened 3 months ago

ariebovenberg commented 3 months ago

It'd be useful to have some kind of recurrence/range type to indicate "every day", "every 3 weeks", or "every other month".

Probably best to follow established standards (iCalendar, ISO8601) on this.