moved includes and cleaned up paths
This commit is contained in:
parent
1490a96f14
commit
e7525fda56
45 changed files with 15 additions and 10 deletions
27
include/icalparser/tests/cal/utc_negative_zero.ics
Executable file
27
include/icalparser/tests/cal/utc_negative_zero.ics
Executable file
|
@ -0,0 +1,27 @@
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:Zimbra-Calendar-Provider
|
||||
BEGIN:VTIMEZONE
|
||||
TZID:Etc/GMT
|
||||
BEGIN:STANDARD
|
||||
DTSTART:19710101T000000
|
||||
TZOFFSETTO:-0000
|
||||
TZOFFSETFROM:-0000
|
||||
TZNAME:GMT
|
||||
END:STANDARD
|
||||
END:VTIMEZONE
|
||||
BEGIN:VEVENT
|
||||
UID:d118e997-3683-4552-8fe8-57c641f1f179
|
||||
SUMMARY:And another
|
||||
ORGANIZER;CN=Sahaja Lal:mailto:calmozilla1@yahoo.com
|
||||
DTSTART;TZID=Etc/GMT:20120821T210000
|
||||
DTEND;TZID=Etc/GMT:20120821T213000
|
||||
STATUS:CONFIRMED
|
||||
CLASS:PUBLIC
|
||||
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
|
||||
TRANSP:OPAQUE
|
||||
X-MICROSOFT-DISALLOW-COUNTER:TRUE
|
||||
DTSTAMP:20120817T032509Z
|
||||
SEQUENCE:0
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue