<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RodomOuelz</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RodomOuelz"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/RodomOuelz"/>
	<updated>2026-04-15T08:32:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=icalendar-implementations-fr&amp;diff=36947</id>
		<title>icalendar-implementations-fr</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=icalendar-implementations-fr&amp;diff=36947"/>
		<updated>2009-01-03T18:26:33Z</updated>

		<summary type="html">&lt;p&gt;RodomOuelz: canonotrrac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;c4tvard&lt;br /&gt;
&amp;lt;h1&amp;gt; ImplÃ©mentations iCalendar &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
Ceci est une liste de programmes de calendrier, applications et services qui supportent le standard {{RFC2445-fr}}.&lt;br /&gt;
En outre, notez les quirks ou bugs avec les implÃ©mentations de gestion de iCalendar - nous en avons dÃ©jÃ  dÃ©couvert quelques-uns dans le dÃ©veloppement de [[hcalendar-fr|hCalendar]] et de proxies comme X2V.&lt;br /&gt;
&lt;br /&gt;
== services ==&lt;br /&gt;
=== Google Calendar ===&lt;br /&gt;
http://calendar.google.com/&lt;br /&gt;
* supporte l'abonnement Ã  &amp;quot;webcal:&amp;quot; et les URLs &amp;quot;http:&amp;quot; vers iCalendar&lt;br /&gt;
&lt;br /&gt;
== produits ==&lt;br /&gt;
=== Apple iCal ===&lt;br /&gt;
application Apple iCal aussi connue sous iCal.app.&lt;br /&gt;
* plate-forme : OSX&lt;br /&gt;
* gÃ¨re les URLs &amp;quot;webcal:&amp;quot; et supporte l'abonnement aux Ã©vÃ¨nements.&lt;br /&gt;
&lt;br /&gt;
=== KOrganizer ===&lt;br /&gt;
* plateformes : Tous Linux, *BSD, etc. (oÃ¹ que tourne KDE)&lt;br /&gt;
&lt;br /&gt;
=== Evolution ===&lt;br /&gt;
* plate-forme : Fedora Core 3&lt;br /&gt;
* supporte le protocole non standard &amp;quot;webcal:&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Sunbird ===&lt;br /&gt;
* aussi connu sous [http://www.mozilla.org/projects/calendar/sunbird.html Mozilla Sunbird]&lt;br /&gt;
* plate-forme : XP, autres ?&lt;br /&gt;
* supporte le protocole non standard &amp;quot;webcal:&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Microsoft Outlook ===&lt;br /&gt;
Microsoft Outlook 2003 (MSOutlook2k3)&lt;br /&gt;
* plateforme : 2003&lt;br /&gt;
* supporte l'importation de fichiers .ics&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 commentaires gÃ©nÃ©raux =====&lt;br /&gt;
Pour l'importation, MSOutlook2k3 requier apparemment que les VEVENTS aient des propriÃ©tÃ©s &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;DTSTAMP&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;METHOD&amp;lt;/code&amp;gt;. ('''citation/plateforme/date info de test demandÃ©e'''). &lt;br /&gt;
Si n'importe lequel des trois n'est pas prÃ©sent, renvoie ce 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;
AprÃ¨s quelque test, ceci semble Ãªtre le message gÃ©nÃ©rique pour indiquer un problÃ¨me avec l'importation d'Ã©vÃ©nement.&lt;br /&gt;
&lt;br /&gt;
Aucune restriction de la sorte n'a Ã©tÃ© dÃ©posÃ©e sur les Ã©vÃ©nements [[rfc-2445-fr#vCalendar|vCalendar 1.0]]. Ainsi, si  &amp;lt;code&amp;gt;VERSION:1.0&amp;lt;/code&amp;gt; est produite au lieu de &amp;lt;code&amp;gt;VERSION:2.0&amp;lt;/code&amp;gt;, le seul champ requis est &amp;lt;code&amp;gt;DTSTART&amp;lt;/code&amp;gt;. &lt;br /&gt;
Remarquez que la propriÃ©tÃ© &amp;lt;code&amp;gt;VERSION&amp;lt;/code&amp;gt; peut Ãªtre omise. Dans ce cas, valeur infÃ©rÃ©e sous &amp;lt;code&amp;gt;1.0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== MSOutlook2k3 Ã©chantillon iCalendar importable =====&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;
===== MSOutlook2k3 Ã©chantillon importable vCalendar =====&lt;br /&gt;
&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;
&lt;br /&gt;
== notes ==&lt;br /&gt;
* les protocole schÃ©ma URL &amp;quot;webcal:&amp;quot; est non-standard.&lt;br /&gt;
&lt;br /&gt;
== contributeurs==&lt;br /&gt;
* Tantek Ãelik&lt;br /&gt;
* [[DimitriGlazkov|Dimitri Glazkov]]&lt;br /&gt;
&lt;br /&gt;
== pages en rapport ==&lt;br /&gt;
{{hcalendar-related-pages-fr}}&lt;/div&gt;</summary>
		<author><name>RodomOuelz</name></author>
	</entry>
</feed>