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.
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Meetup//RemoteApi//EN
|
|
CALSCALE:GREGORIAN
|
|
METHOD:PUBLISH
|
|
X-ORIGINAL-URL:http://www.nycphpmeetup.org/events/ical/New+York+PHP+Meetu
|
|
p/
|
|
X-WR-CALNAME:Events - New York PHP Meetup
|
|
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
|
|
END:VCALENDAR
|