-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #550 from jacadzaca/fix-526
- Loading branch information
Showing
7 changed files
with
121 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/icalendar/tests/calendars/issue_526_calendar_with_different_events.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:icalendar-2023 | ||
BEGIN:VEVENT | ||
UID:ical-jacadzaca-3 | ||
SUMMARY: Some very different event ':' | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
UID:ical-jacadzaca-4 | ||
SUMMARY: Some very different other event | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T164000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T165000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
END:VCALENDAR |
11 changes: 11 additions & 0 deletions
11
src/icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:icalendar-2023 | ||
BEGIN:VEVENT | ||
UID:1 | ||
SUMMARY: Some event ':' | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
END:VCALENDAR |
18 changes: 18 additions & 0 deletions
18
src/icalendar/tests/calendars/issue_526_calendar_with_events.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:icalendar-2023 | ||
BEGIN:VEVENT | ||
UID:1 | ||
SUMMARY: Some event ':' | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
UID:2 | ||
SUMMARY: Some other event | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T164000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T165000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
END:VCALENDAR |
18 changes: 18 additions & 0 deletions
18
src/icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:icalendar-2023 | ||
BEGIN:VEVENT | ||
UID:2 | ||
SUMMARY: Some other event | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T164000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T165000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
UID:1 | ||
SUMMARY: Some event ':' | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters