We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98aaca4 commit babeb12Copy full SHA for babeb12
1 file changed
tests/test_caldav.py
@@ -846,10 +846,9 @@ def testSchedulingMailboxes(self):
846
847
def testIssue397(self):
848
cal = self._fixCalendar()
849
- cal.save_event(
850
- """
851
-BEGIN:VCALENDAR
+ cal.save_event("""BEGIN:VCALENDAR
852
VERSION:2.0
+PRODID:-//PeterB//caldav//en_DK
853
BEGIN:VEVENT
854
SUMMARY:recurrence with attendee one single item
855
DTSTART;TZID=Europe/Zurich:20240101T090000
0 commit comments