Skip to content

Commit babeb12

Browse files
committed
icalendar data needs a PRODID (and a DTSTAMP, but apparently GMX only requires the PRODID)
1 parent 98aaca4 commit babeb12

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/test_caldav.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,9 @@ def testSchedulingMailboxes(self):
846846

847847
def testIssue397(self):
848848
cal = self._fixCalendar()
849-
cal.save_event(
850-
"""
851-
BEGIN:VCALENDAR
849+
cal.save_event("""BEGIN:VCALENDAR
852850
VERSION:2.0
851+
PRODID:-//PeterB//caldav//en_DK
853852
BEGIN:VEVENT
854853
SUMMARY:recurrence with attendee one single item
855854
DTSTART;TZID=Europe/Zurich:20240101T090000

0 commit comments

Comments
 (0)