moved includes and cleaned up paths
This commit is contained in:
parent
1490a96f14
commit
e7525fda56
45 changed files with 15 additions and 10 deletions
37
include/icalparser/tests/cal/wrong_dates.ics
Normal file
37
include/icalparser/tests/cal/wrong_dates.ics
Normal file
|
@ -0,0 +1,37 @@
|
|||
BEGIN:VCALENDAR
|
||||
PRODID:-//Google Inc//Google Calendar 70.9054//EN
|
||||
VERSION:2.0
|
||||
CALSCALE:GREGORIAN
|
||||
X-WR-CALNAME:calmozilla1@gmail.com
|
||||
X-WR-TIMEZONE:America/Los_Angeles
|
||||
BEGIN:VTIMEZONE
|
||||
TZID:America/Los_Angeles
|
||||
X-LIC-LOCATION:America/Los_Angeles
|
||||
END:VTIMEZONE
|
||||
BEGIN:VEVENT
|
||||
DTSTART;VALUE=DATE:2014929
|
||||
DTEND;VALUE=DATE:20140930
|
||||
UID:dn4vrfmfn5p05roahsopg57h48@google.com
|
||||
CREATED:20120724T212411Z
|
||||
DESCRIPTION:
|
||||
LAST-MODIFIED:20120724T212411Z
|
||||
LOCATION:
|
||||
SEQUENCE:0
|
||||
STATUS:CONFIRMED
|
||||
SUMMARY:Really long event name thing
|
||||
TRANSP:OPAQUE
|
||||
END:VEVENT
|
||||
BEGIN:VEVENT
|
||||
DTSTART;VALUE=DATE:20140929
|
||||
DTEND;VALUE=DATE:2014930
|
||||
UID:dn4vrfmfn5p05roahsopg57h48@google.com
|
||||
CREATED:20120724T212411Z
|
||||
DESCRIPTION:
|
||||
LAST-MODIFIED:20120724T212411Z
|
||||
LOCATION:
|
||||
SEQUENCE:0
|
||||
STATUS:CONFIRMED
|
||||
SUMMARY:Really long event name thing
|
||||
TRANSP:OPAQUE
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue