mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
If file is downloaded from certain Git interfaces such as GitHub, the CRLF lineendings are not presevered. So it's best to disable line normalization for all iCalendar files and all systems.
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Meetup//RemoteApi//EN
|
|
CALSCALE:GREGORIAN
|
|
METHOD:PUBLISH
|
|
X-ORIGINAL-URL:http://www.meetup.com/PHPAmersfoort/events/ical/PHPAmersfo
|
|
ort/
|
|
X-WR-CALNAME:Events - PHPAmersfoort
|
|
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
|
|
BEGIN:VTIMEZONE
|
|
TZID:Europe/Amsterdam
|
|
X-LIC-LOCATION:Europe/Amsterdam
|
|
BEGIN:DAYLIGHT
|
|
TZOFFSETFROM:+0100
|
|
TZOFFSETTO:+0200
|
|
TZNAME:CEST
|
|
DTSTART:19700329T020000
|
|
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
|
|
END:DAYLIGHT
|
|
BEGIN:STANDARD
|
|
TZOFFSETFROM:+0200
|
|
TZOFFSETTO:+0100
|
|
TZNAME:CET
|
|
DTSTART:19701025T030000
|
|
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
|
|
END:STANDARD
|
|
END:VTIMEZONE
|
|
BEGIN:VEVENT
|
|
DTSTAMP:20140123T050019Z
|
|
DTSTART;TZID=Europe/Amsterdam:20140211T190000
|
|
DTEND;TZID=Europe/Amsterdam:20140211T220000
|
|
STATUS:CONFIRMED
|
|
SUMMARY:PHPAmersfoort February 2014 Meetup
|
|
DESCRIPTION:PHPAmersfoort\nTuesday\, February 11 at 7:00 PM\n\nFor our Fe
|
|
bruari-meetup\, we'll be visiting Admium\, who are situated in the KvK (
|
|
Chamber of Commerce) building. They've arranged the main meeting room ..
|
|
.\n\nDetails: http://www.meetup.com/PHPAmersfoort/events/160516042/
|
|
CLASS:PUBLIC
|
|
CREATED:20140114T153555Z
|
|
GEO:52.15;5.38
|
|
LOCATION:Admium (KvK Gebouw) (Printerweg 6\, Amersfoort\, Netherlands)
|
|
URL:http://www.meetup.com/PHPAmersfoort/events/160516042/
|
|
LAST-MODIFIED:20140121T123535Z
|
|
UID:event_160516042@meetup.com
|
|
END:VEVENT
|
|
END:VCALENDAR
|