diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/caldav/index.md | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/caldav/index.md')
-rw-r--r-- | files/fr/glossary/caldav/index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/glossary/caldav/index.md b/files/fr/glossary/caldav/index.md new file mode 100644 index 0000000000..de15852061 --- /dev/null +++ b/files/fr/glossary/caldav/index.md @@ -0,0 +1,26 @@ +--- +title: CalDAV +slug: Glossary/CalDAV +tags: + - CalDAV + - Glossaire + - Infrastructure +translation_of: Glossary/CalDAV +original_slug: Glossaire/CalDAV +--- +<p>CalDAV (extensions de gestion de calendrier pour {{Glossary("WebDAV")}}) est un {{glossary("protocol","protocole")}} normalisé par l'IETF utilisé pour accéder à distance à des données d'agendas stockées sur un {{glossary("server","serveur")}}.</p> + +<h2 id="Pour_en_savoir_plus">Pour en savoir plus</h2> + +<h3 id="Culture_générale">Culture générale</h3> + +<ul> + <li>{{Interwiki("wikipedia", "CalDAV")}} sur Wikipédia</li> +</ul> + +<h3 id="Référence_technique">Référence technique</h3> + +<ul> + <li><a href="http://tools.ietf.org/html/rfc4791">RFC 4791: Calendaring extensions to WebDAV (CalDAV)</a></li> + <li><a href="http://tools.ietf.org/html/rfc6638">RFC 6638: Scheduling Extensions to CalDAV</a></li> +</ul> |