-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into test_restructure_issue_55
- Loading branch information
Showing
4 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
src/icalendar/tests/events/issue_53_description_parsed_properly.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,19 @@ | ||
BEGIN:VEVENT | ||
DTSTAMP:20120605T003759Z | ||
DTSTART;TZID=America/New_York:20120712T183000 | ||
DTEND;TZID=America/New_York:20120712T213000 | ||
STATUS:CONFIRMED | ||
SUMMARY:DevOps DC Meetup | ||
DESCRIPTION:DevOpsDC\nThursday\, July 12 at 6:30 PM\n\nThis will be a joi | ||
nt meetup / hack night with the DC jQuery Users Group. The idea behind | ||
the hack night: Small teams consisting of at least 1 member...\n\nDeta | ||
ils: http://www.meetup.com/DevOpsDC/events/47635522/ | ||
CLASS:PUBLIC | ||
CREATED:20120111T120339Z | ||
GEO:38.90;-77.01 | ||
LOCATION:Fathom Creative\, Inc. (1333 14th Street Northwest\, Washington | ||
D.C.\, DC 20005) | ||
URL:http://www.meetup.com/DevOpsDC/events/47635522/ | ||
LAST-MODIFIED:20120522T174406Z | ||
UID:event_qtkfrcyqkbnb@meetup.com | ||
END:VEVENT |
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
19 changes: 19 additions & 0 deletions
19
src/icalendar/tests/timezones/issue_53_tzid_parsed_properly.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,19 @@ | ||
BEGIN:VTIMEZONE | ||
TZID:America/New_York | ||
TZURL:http://tzurl.org/zoneinfo-outlook/America/New_York | ||
X-LIC-LOCATION:America/New_York | ||
BEGIN:DAYLIGHT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
TZNAME:EDT | ||
DTSTART:19700308T020000 | ||
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
TZNAME:EST | ||
DTSTART:19701101T020000 | ||
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU | ||
END:STANDARD | ||
END:VTIMEZONE |