jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
487 stars 190 forks source link

RSCALE support? #117

Open anomitra opened 6 years ago

anomitra commented 6 years ago

I don't think RFC 5545 is supported (yet). Are there any plans to support it in the future?

dominicrodger commented 6 years ago

Not particularly - but we're open to pull requests.

lino commented 2 years ago

This refers to RFC 7529 which allows setting which kind of Calendar is used in the recurrence rules.

In particular this would enable the extension to support

calendars.

I'm not sure how big the demand for these features would be, but as I'm trying to increase standard compatibility of this extension, I'd be happy to help.