forked from collective/icalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve test for issue collective#27
- Loading branch information
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_multiple_freebusies.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,21 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//davmail.sf.net/NONSGML DavMail Calendar V1.1//EN | ||
METHOD:REPLY | ||
BEGIN:VFREEBUSY | ||
DTSTAMP:20120131T123000Z | ||
ORGANIZER:MAILTO:organizer@domain.tld | ||
DTSTART:20120101T000000Z | ||
DTEND:20120201T000000Z | ||
UID:null | ||
ATTENDEE:MAILTO:attendee@domain.tld | ||
FREEBUSY;FBTYPE=BUSY:20120103T091500Z/20120103T101500Z | ||
FREEBUSY;FBTYPE=BUSY:20120113T130000Z/20120113T150000Z | ||
FREEBUSY;FBTYPE=BUSY:20120116T130000Z/20120116T150000Z | ||
FREEBUSY;FBTYPE=BUSY:20120117T091500Z/20120117T101500Z | ||
FREEBUSY;FBTYPE=BUSY:20120118T160000Z/20120118T163000Z | ||
FREEBUSY;FBTYPE=BUSY:20120124T083000Z/20120124T093000Z | ||
FREEBUSY;FBTYPE=BUSY:20120124T123000Z/20120124T143000Z | ||
FREEBUSY;FBTYPE=BUSY:20120131T091500Z/20120131T101500Z | ||
END:VFREEBUSY | ||
END:VCALENDAR |
File renamed without changes.
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