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
284 B
Plaintext
11 lines
284 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Meetup//RemoteApi//EN
|
|
CALSCALE:GREGORIAN
|
|
METHOD:PUBLISH
|
|
X-ORIGINAL-URL:http://www.meetup.com/oc-php/events/ical/OCPHP+|+Orange+Co
|
|
unty+PHP/
|
|
X-WR-CALNAME:Events - OCPHP | Orange County PHP
|
|
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
|
|
END:VCALENDAR
|