kopia lustrzana https://github.com/collective/icalendar
Remove exdates from timezone subcomponents because it does not occur there
rodzic
6179e39e2e
commit
213c3a073e
|
@ -1611,7 +1611,6 @@ class TimezoneStandard(Component):
|
|||
vUTCOffset,
|
||||
)
|
||||
rdates = rdates_property
|
||||
exdates = exdates_property
|
||||
rrules = rrules_property
|
||||
|
||||
|
||||
|
@ -1633,7 +1632,6 @@ class TimezoneDaylight(Component):
|
|||
TZOFFSETFROM = TimezoneStandard.TZOFFSETFROM
|
||||
|
||||
rdates = rdates_property
|
||||
exdates = exdates_property
|
||||
rrules = rrules_property
|
||||
|
||||
class Alarm(Component):
|
||||
|
|
Ładowanie…
Reference in New Issue