<?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=OloviCorco</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=OloviCorco"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/OloviCorco"/>
	<updated>2026-04-25T05:09:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=27696</id>
		<title>icalendar-implementations</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=icalendar-implementations&amp;diff=27696"/>
		<updated>2008-07-13T15:33:22Z</updated>

		<summary type="html">&lt;p&gt;OloviCorco: ousitracd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;chiacel&lt;br /&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;
&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;
===== 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>OloviCorco</name></author>
	</entry>
</feed>