django-recurrence icon indicating copy to clipboard operation
django-recurrence copied to clipboard

Exclude period

Open atiberghien opened this issue 6 years ago • 1 comments

Hi,

I would like to modelize a simple use cas: a shop opened from 01/01/2018 to 31/12/2018 except during the period going from the 01/07/2018 to the 31/12/2018.

Several others issues are relating to the fact that there is no dtstart in a recurrence.Rule . As documented in code, it's not defined in the RFC even if it's possible with dateutil.rrule.

So, how can I modelize my use-case : an excluded period nested into a another ?

Cheers

atiberghien avatar Apr 01 '18 11:04 atiberghien