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.
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Meetup//RemoteApi//EN
|
|
CALSCALE:GREGORIAN
|
|
METHOD:PUBLISH
|
|
X-ORIGINAL-URL:http://www.meetup.com/PHPMad/events/ical/PHPMad/__
|
|
X-WR-CALNAME:Events - PHPMad/__
|
|
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
|
|
END:VCALENDAR
|