<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Houses+For+Sale+in+NJ</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Houses+For+Sale+in+NJ"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Houses_For_Sale_in_NJ"/>
	<updated>2026-05-10T13:53:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=46804</id>
		<title>icalendar-implementations</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=46804"/>
		<updated>2012-07-17T13:34:38Z</updated>

		<summary type="html">&lt;p&gt;Houses For Sale in NJ: Fixed Grammar.  Added a colon &amp;quot;:&amp;quot; to the paragraph that beginning a list.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; iCalendar implementations &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
This is a list of calendar programs, applications and services that support the iCalendar {{RFC2445}} standard.&lt;br /&gt;
&lt;br /&gt;
In addition, please note any quirks or bugs with implementations' handling of iCalendar - we've already discovered some in the development of [[hcalendar|hCalendar]] and proxies like X2V.&lt;br /&gt;
&lt;br /&gt;
== services ==&lt;br /&gt;
=== Google Calendar ===&lt;br /&gt;
http://calendar.google.com/&lt;br /&gt;
* supports subscribing to &amp;quot;webcal:&amp;quot; and &amp;quot;http:&amp;quot; URLs to iCalendar&lt;br /&gt;
&lt;br /&gt;
== products ==&lt;br /&gt;
=== Apple iCal ===&lt;br /&gt;
Apple iCal application aka iCal.app.&lt;br /&gt;
* platform: OSX&lt;br /&gt;
* handles &amp;quot;webcal:&amp;quot; URLs and supports subscribing to events.&lt;br /&gt;
==== Apple iCal 2.0.5 ====&lt;br /&gt;
Apple iCal.app 2.0.5 build 1069 (AppleiCal205)&lt;br /&gt;
===== AppleiCal205 notes =====&lt;br /&gt;
* '''Requires dates and date-times without separators.''' Apple iCal 2.0.5 (and probably other versions) appears to require dates without &amp;quot;-&amp;quot; and times without &amp;quot;:&amp;quot; which appears to be consistent with the iCalendar spec due to:&lt;br /&gt;
** iCalendar section 4.3.4 Date - &amp;quot;date-value         = date-fullyear date-month date-mday&amp;quot; (no separators)&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators)&lt;br /&gt;
&lt;br /&gt;
As a result Apple iCal 2.0.5 ignores date and date-time properties (e.g. DTSTART, DTEND, etc.) when date components (year, month, day) are separated by &amp;quot;-&amp;quot; or when time components (hours, minutes, seconds) are separated by &amp;quot;:&amp;quot; (both as allowed by [[ISO8601]] and required by [[RFC3339]]).&lt;br /&gt;
&lt;br /&gt;
However per [[accessibility]] research, dates and times with separators are more readable and accessible, and consequently explicitly allowed by hCalendar. &lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors which generate iCalendar files MUST handle parsing hCalendar date and date-time properties (e.g. DTSTART, DTEND, etc.) with separators, and remove separators when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
* '''Requires date-times with seconds explicitly specified.''' Apple iCal 2.0.5 (and probably other versions) appears to require date-times with the seconds explicitly specified, which appears to be consistent with the iCalendar spec:&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators)&lt;br /&gt;
&lt;br /&gt;
However in practice (see [[hcalendar-examples-in-wild]]) hCalendar date-time properties often omit the seconds because when they are &amp;quot;00&amp;quot; for simplicity and easier/quicker readability.&lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors which generate iCalendar files MUST handle parsing hCalendar date-time properties (e.g. DTSTART, DTEND, etc.) without the seconds explicitly specified, and imply &amp;quot;00&amp;quot; seconds when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
* '''Requires floating or UTC date-times.''' Apple iCal 2.0.5 (and probably other versions) appears to require date-times which are either floating (no time zone) or explicitly specified to be UTC and ignores date-times which use timezone offsets, which appears to be consistent with the iCalendar spec:&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators) and: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;The form of time with UTC offset MUST NOT be used. For example, the following is NOT VALID for a time value:&amp;lt;/p&amp;gt;&amp;lt;pre&amp;gt;230000-0800        ;Invalid time format&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, in practice  (see [[hcalendar-examples-in-wild]]) hCalendar date-time properties often state the timezone offset in order to make the human visible time consistent with the machine readable time for easier verification (minimize DRY divergence probability).&lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors  which generate iCalendar files MUST handle parsing hCalendar date-time properties (e.g. DTSTART, DTEND, etc.) with an explicit timezone offset, and convert the specified date-time value to a UTC value when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
All hCalendar processor requirements above should be documented thoroughly in [[hcalendar-parsing]].&lt;br /&gt;
&lt;br /&gt;
=== KOrganizer ===&lt;br /&gt;
* platforms: All Linux, *BSD, etc. (Wherever KDE runs)&lt;br /&gt;
* supports the &amp;quot;webcal:&amp;quot; protocol, as well as &amp;quot;http:&amp;quot;, &amp;quot;ftp:&amp;quot;, &amp;quot;fish:&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
=== Evolution ===&lt;br /&gt;
* platform: Fedora Core 3&lt;br /&gt;
* supports &amp;quot;webcal:&amp;quot; protocol&lt;br /&gt;
&lt;br /&gt;
=== Sunbird ===&lt;br /&gt;
[http://housesforsaleinnj.us Mozilla Sunbird]&lt;br /&gt;
* platforms: Windows XP, others?&lt;br /&gt;
* supports &amp;quot;webcal:&amp;quot; protocol&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
==== Microsoft Outlook 2007 ====&lt;br /&gt;
Microsoft Outlook 2007 (MSOutlook2k7)&lt;br /&gt;
* platforms: Windows&lt;br /&gt;
* supports importing and subscribing to .ics files,  &amp;quot;webcal:&amp;quot; URLs, etc.&lt;br /&gt;
&lt;br /&gt;
==== Microsoft Outlook 2003 ====&lt;br /&gt;
Microsoft Outlook 2003 (MSOutlook2k3)&lt;br /&gt;
* platforms: Windows&lt;br /&gt;
* supports importing .ics files&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 general comments =====&lt;br /&gt;
For importing, MSOutlook2k3 apparently requires VEVENTS to have &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;DTSTAMP&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;METHOD&amp;lt;/code&amp;gt; properties. ('''citation/platform/date tested info needed''').  If any of the three is not present, returns this message:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format.&lt;br /&gt;
To avoid this error, set the appointment option to Gregorian instead of Lunar.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After some testing, this seems to be the generic message to indicate a problem with event import.&lt;br /&gt;
&lt;br /&gt;
No such restriction is placed on [[rfc-2445#vCalendar|vCalendar 1.0]] events. So, if &amp;lt;code&amp;gt;VERSION:1.0&amp;lt;/code&amp;gt; is output instead of &amp;lt;code&amp;gt;VERSION:2.0&amp;lt;/code&amp;gt;, the only required field is &amp;lt;code&amp;gt;DTSTART&amp;lt;/code&amp;gt;. &lt;br /&gt;
Note that &amp;lt;code&amp;gt;VERSION&amp;lt;/code&amp;gt; property may be omitted. In this case, value inferred as &amp;lt;code&amp;gt;1.0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* UID and DTSTAMP is required for Outlook to import. [[User:GeoffWebb|GeoffWebb]] 14:03, 9 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Potential Security Related Issue w/ Outlook 2003 and Standard Account ==&lt;br /&gt;
&lt;br /&gt;
I've been all over the web tracing the &amp;quot;Lunar&amp;quot; exception.&lt;br /&gt;
I believe I'm come across another lunar permutation.&lt;br /&gt;
I have an XP box running Outlook 2003 SP3 with Admin privileges, and I have an XP box running Outlook 2003 SP3 (same build number) running under a standard account.&lt;br /&gt;
The .ics will try to import correctly under the Admin account (aka, it will prompt you for acceptance, everything working as expected).  HOWEVER, the same .ics file will throw the &amp;quot;lunar&amp;quot; exception on the ~standard~ account.&lt;br /&gt;
&lt;br /&gt;
Here is my environment information just in case you're bumping your head on this issue.&lt;br /&gt;
&lt;br /&gt;
Outlook 2003 with SP3 Build Number : 11.8325.8329&lt;br /&gt;
&lt;br /&gt;
.ics file contents (aka, &amp;quot;known to work&amp;quot; file contents under the Admin account):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;BEGIN:VCALENDAR&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
PRODID:www.testMeiCalendar.net&lt;br /&gt;
METHOD:REQUEST&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
DTSTART:20101231T230000&lt;br /&gt;
DTEND:20110101T010000&lt;br /&gt;
SUMMARY:New Years Eve Reminder&lt;br /&gt;
LOCATION:Downtown&lt;br /&gt;
DESCRIPTION:Let's get together for New Years Eve&lt;br /&gt;
UID:ABCD1234&lt;br /&gt;
SEQUENCE:0&lt;br /&gt;
DTSTAMP:20101125T112600&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be honest, I probably will just abandon trying to use it for this project because of this issue.&lt;br /&gt;
But I wanted to report it, so someone doesn't waste a day thinking the issue is the contents of the .ics file.&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 sample importable iCalendar =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
METHOD:PUBLISH&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
UID:0&lt;br /&gt;
DTSTAMP:20060601T080000&lt;br /&gt;
DTSTART:20060601T080000&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 sample importable vCalendar =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
DTSTART:20060601T080000&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
* the &amp;quot;webcal:&amp;quot; URL protocol scheme is non-standard.&lt;br /&gt;
&lt;br /&gt;
== contributors==&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [[DimitriGlazkov|Dimitri Glazkov]]&lt;br /&gt;
&lt;br /&gt;
== related pages ==&lt;br /&gt;
{{hcalendar-related-pages}}&lt;/div&gt;</summary>
		<author><name>Houses For Sale in NJ</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=46796</id>
		<title>icalendar-implementations</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=46796"/>
		<updated>2012-07-17T10:58:08Z</updated>

		<summary type="html">&lt;p&gt;Houses For Sale in NJ: related page added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; iCalendar implementations &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
This is a list of calendar programs, applications and services that support the iCalendar {{RFC2445}} standard.&lt;br /&gt;
&lt;br /&gt;
In addition, please note any quirks or bugs with implementations' handling of iCalendar - we've already discovered some in the development of [[hcalendar|hCalendar]] and proxies like X2V.&lt;br /&gt;
&lt;br /&gt;
== services ==&lt;br /&gt;
=== Google Calendar ===&lt;br /&gt;
http://calendar.google.com/&lt;br /&gt;
* supports subscribing to &amp;quot;webcal:&amp;quot; and &amp;quot;http:&amp;quot; URLs to iCalendar&lt;br /&gt;
&lt;br /&gt;
== products ==&lt;br /&gt;
=== Apple iCal ===&lt;br /&gt;
Apple iCal application aka iCal.app.&lt;br /&gt;
* platform: OSX&lt;br /&gt;
* handles &amp;quot;webcal:&amp;quot; URLs and supports subscribing to events.&lt;br /&gt;
==== Apple iCal 2.0.5 ====&lt;br /&gt;
Apple iCal.app 2.0.5 build 1069 (AppleiCal205)&lt;br /&gt;
===== AppleiCal205 notes =====&lt;br /&gt;
* '''Requires dates and date-times without separators.''' Apple iCal 2.0.5 (and probably other versions) appears to require dates without &amp;quot;-&amp;quot; and times without &amp;quot;:&amp;quot; which appears to be consistent with the iCalendar spec due to:&lt;br /&gt;
** iCalendar section 4.3.4 Date - &amp;quot;date-value         = date-fullyear date-month date-mday&amp;quot; (no separators)&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators)&lt;br /&gt;
&lt;br /&gt;
As a result Apple iCal 2.0.5 ignores date and date-time properties (e.g. DTSTART, DTEND, etc.) when date components (year, month, day) are separated by &amp;quot;-&amp;quot; or when time components (hours, minutes, seconds) are separated by &amp;quot;:&amp;quot; (both as allowed by [[ISO8601]] and required by [[RFC3339]]).&lt;br /&gt;
&lt;br /&gt;
However per [[accessibility]] research, dates and times with separators are more readable and accessible, and consequently explicitly allowed by hCalendar. &lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors which generate iCalendar files MUST handle parsing hCalendar date and date-time properties (e.g. DTSTART, DTEND, etc.) with separators, and remove separators when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
* '''Requires date-times with seconds explicitly specified.''' Apple iCal 2.0.5 (and probably other versions) appears to require date-times with the seconds explicitly specified, which appears to be consistent with the iCalendar spec:&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators)&lt;br /&gt;
&lt;br /&gt;
However in practice (see [[hcalendar-examples-in-wild]]) hCalendar date-time properties often omit the seconds because when they are &amp;quot;00&amp;quot; for simplicity and easier/quicker readability.&lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors which generate iCalendar files MUST handle parsing hCalendar date-time properties (e.g. DTSTART, DTEND, etc.) without the seconds explicitly specified, and imply &amp;quot;00&amp;quot; seconds when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
* '''Requires floating or UTC date-times.''' Apple iCal 2.0.5 (and probably other versions) appears to require date-times which are either floating (no time zone) or explicitly specified to be UTC and ignores date-times which use timezone offsets, which appears to be consistent with the iCalendar spec:&lt;br /&gt;
** iCalendar section 4.3.12 Time - &amp;quot;time               = time-hour time-minute time-second [time-utc]&amp;quot; (no separators) and: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;The form of time with UTC offset MUST NOT be used. For example, the following is NOT VALID for a time value:&amp;lt;/p&amp;gt;&amp;lt;pre&amp;gt;230000-0800        ;Invalid time format&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, in practice  (see [[hcalendar-examples-in-wild]]) hCalendar date-time properties often state the timezone offset in order to make the human visible time consistent with the machine readable time for easier verification (minimize DRY divergence probability).&lt;br /&gt;
&lt;br /&gt;
Thus hCalendar processors  which generate iCalendar files MUST handle parsing hCalendar date-time properties (e.g. DTSTART, DTEND, etc.) with an explicit timezone offset, and convert the specified date-time value to a UTC value when converting to iCalendar.&lt;br /&gt;
&lt;br /&gt;
All hCalendar processor requirements above should be documented thoroughly in [[hcalendar-parsing]].&lt;br /&gt;
&lt;br /&gt;
=== KOrganizer ===&lt;br /&gt;
* platforms: All Linux, *BSD, etc. (Wherever KDE runs)&lt;br /&gt;
* supports the &amp;quot;webcal:&amp;quot; protocol, as well as &amp;quot;http:&amp;quot;, &amp;quot;ftp:&amp;quot;, &amp;quot;fish:&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
=== Evolution ===&lt;br /&gt;
* platform: Fedora Core 3&lt;br /&gt;
* supports &amp;quot;webcal:&amp;quot; protocol&lt;br /&gt;
&lt;br /&gt;
=== Sunbird ===&lt;br /&gt;
[http://www.mozilla.org/projects/calendar/sunbird.html Mozilla Sunbird]&lt;br /&gt;
* platforms: Windows XP, others?&lt;br /&gt;
* supports &amp;quot;webcal:&amp;quot; protocol&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
==== Microsoft Outlook 2007 ====&lt;br /&gt;
Microsoft Outlook 2007 (MSOutlook2k7)&lt;br /&gt;
* platforms: Windows&lt;br /&gt;
* supports importing and subscribing to .ics files,  &amp;quot;webcal:&amp;quot; URLs, etc.&lt;br /&gt;
&lt;br /&gt;
==== Microsoft Outlook 2003 ====&lt;br /&gt;
Microsoft Outlook 2003 (MSOutlook2k3)&lt;br /&gt;
* platforms: Windows&lt;br /&gt;
* supports importing .ics files&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 general comments =====&lt;br /&gt;
For importing, MSOutlook2k3 apparently requires VEVENTS to have &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;DTSTAMP&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;METHOD&amp;lt;/code&amp;gt; properties. ('''citation/platform/date tested info needed''').  If any of the three is not present, returns this message:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
This error can appear if you have attempted to save a recurring Lunar appointment in iCalendar format.&lt;br /&gt;
To avoid this error, set the appointment option to Gregorian instead of Lunar.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After some testing, this seems to be the generic message to indicate a problem with event import.&lt;br /&gt;
&lt;br /&gt;
No such restriction is placed on [[rfc-2445#vCalendar|vCalendar 1.0]] events. So, if &amp;lt;code&amp;gt;VERSION:1.0&amp;lt;/code&amp;gt; is output instead of &amp;lt;code&amp;gt;VERSION:2.0&amp;lt;/code&amp;gt;, the only required field is &amp;lt;code&amp;gt;DTSTART&amp;lt;/code&amp;gt;. &lt;br /&gt;
Note that &amp;lt;code&amp;gt;VERSION&amp;lt;/code&amp;gt; property may be omitted. In this case, value inferred as &amp;lt;code&amp;gt;1.0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* UID and DTSTAMP is required for Outlook to import. [[User:GeoffWebb|GeoffWebb]] 14:03, 9 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Potential Security Related Issue w/ Outlook 2003 and Standard Account ==&lt;br /&gt;
&lt;br /&gt;
I've been all over the web tracing the &amp;quot;Lunar&amp;quot; exception.&lt;br /&gt;
I believe I'm come across another lunar permutation.&lt;br /&gt;
I have an XP box running Outlook 2003 SP3 with Admin privileges, and I have an XP box running Outlook 2003 SP3 (same build number) running under a standard account.&lt;br /&gt;
The .ics will try to import correctly under the Admin account (aka, it will prompt you for acceptance, everything working as expected).  HOWEVER, the same .ics file will throw the &amp;quot;lunar&amp;quot; exception on the ~standard~ account.&lt;br /&gt;
&lt;br /&gt;
Here is my environment information just in case you're bumping your head on this issue.&lt;br /&gt;
&lt;br /&gt;
Outlook 2003 with SP3 Build Number : 11.8325.8329&lt;br /&gt;
&lt;br /&gt;
.ics file contents (aka, &amp;quot;known to work&amp;quot; file contents under the Admin account)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;BEGIN:VCALENDAR&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
PRODID:www.testMeiCalendar.net&lt;br /&gt;
METHOD:REQUEST&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
DTSTART:20101231T230000&lt;br /&gt;
DTEND:20110101T010000&lt;br /&gt;
SUMMARY:New Years Eve Reminder&lt;br /&gt;
LOCATION:Downtown&lt;br /&gt;
DESCRIPTION:Let's get together for New Years Eve&lt;br /&gt;
UID:ABCD1234&lt;br /&gt;
SEQUENCE:0&lt;br /&gt;
DTSTAMP:20101125T112600&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be honest, I probably will just abandon trying to use it for this project because of this issue.&lt;br /&gt;
But I wanted to report it, so someone doesn't waste a day thinking the issue is the contents of the .ics file.&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 sample importable iCalendar =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
METHOD:PUBLISH&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
UID:0&lt;br /&gt;
DTSTAMP:20060601T080000&lt;br /&gt;
DTSTART:20060601T080000&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 sample importable vCalendar =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
DTSTART:20060601T080000&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
* the &amp;quot;webcal:&amp;quot; URL protocol scheme is non-standard.&lt;br /&gt;
&lt;br /&gt;
== contributors==&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [[DimitriGlazkov|Dimitri Glazkov]]&lt;br /&gt;
&lt;br /&gt;
== related pages ==&lt;br /&gt;
{{hcalendar-related-pages}}&lt;br /&gt;
* [http://housesforsaleinnj.us houses for sale in nj]&lt;/div&gt;</summary>
		<author><name>Houses For Sale in NJ</name></author>
	</entry>
</feed>