Skip to content

Instantly share code, notes, and snippets.

@idan
Created November 1, 2010 12:10
Show Gist options
  • Save idan/658064 to your computer and use it in GitHub Desktop.
Save idan/658064 to your computer and use it in GitHub Desktop.
11/1/10 1:58:38 PM iCal[46912] -[DAVRequest:0x1163f6000 _readStreamEvent:] READ
<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response>
<D:href>/calendar/dav/idan%40skillsapp.com/events/cl88lbiu0s8bl19a4hl06qhunc%40google.com.ics</D:href>
<D:propstat>
<D:status>HTTP/1.1 200 OK</D:status>
<D:prop>
<D:getetag>"63424295909"</D:getetag>
<C:calendar-data xmlns:C="urn:ietf:params:xml:ns:caldav">BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
X-WR-CALNAME:[email protected]
X-WR-TIMEZONE:Asia/Jerusalem
BEGIN:VTIMEZONE
TZID:Asia/Jerusalem
X-LIC-LOCATION:Asia/Jerusalem
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0200
TZNAME:IST
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Asia/Jerusalem:20101108T090000
DTEND;TZID=Asia/Jerusalem:20101108T100000
DTSTAMP:20101101T115829Z
UID:[email protected]
CREATED:20101101T115829Z
DESCRIPTION:
LAST-MODIFIED:20101101T115829Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:foo
TRANSP:OPAQUE
BEGIN:VALARM
ACTION:EMAIL
DESCRIPTION:This is an event reminder
SUMMARY:Alarm notification
ATTENDEE:mailto:[email protected]
TRIGGER:-P0DT0H10M0S
END:VALARM
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT0H10M0S
END:VALARM
END:VEVENT
END:VCALENDAR</C:calendar-data>
</D:prop>
</D:propstat>
</D:response>
</D:multistatus>
11/1/10 1:58:38 PM iCal[46912] Unexpected EOF, returning last token as fallback
11/1/10 1:58:38 PM iCal[46912] VTIMEZONE does not match System Time Zone (Asia/Jerusalem) for 20091108T090000 to 20111108T090000: (
"interval: 2001-01-01 02:00:00 +0200, offset: 7200"
) != (
"interval: 2010-03-26 03:00:00 +0300, offset: 10800",
"interval: 2010-09-12 01:00:00 +0200, offset: 7200",
"interval: 2011-04-01 03:00:00 +0300, offset: 10800",
"interval: 2011-10-02 01:00:00 +0200, offset: 7200"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment