Maj ordre de la page péremptions
This commit is contained in:
@@ -68,7 +68,7 @@ class cls_caldav():
|
||||
tomorow = date + timedelta(days=1)
|
||||
events = recurring_ical_events.of(Calendar.from_ical(self.data)).between(today,tomorow)
|
||||
elif periode == 3:
|
||||
today = date + timedelta(days=-1)
|
||||
today = date + timedelta(days=-2)
|
||||
tomorow = date + timedelta(days=2)
|
||||
events = recurring_ical_events.of(Calendar.from_ical(self.data)).between(today,tomorow)
|
||||
elif periode == 7:
|
||||
|
Reference in New Issue
Block a user