summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Murchison <murch@fastmail.com>2022-01-17 15:16:03 -0500
committerKen Murchison <murch@fastmail.com>2022-01-18 19:32:26 -0500
commit2e46040d0671eaa0f6a0145bd2aa886fd3f6ce08 (patch)
tree4b2afb99cdf166cb9af9c5ed057eb9dc8f2b6d04 /README.md
parent47445e7646440b2ed615e8ebc35a6e062daf8084 (diff)
downloadlibical-git-2e46040d0671eaa0f6a0145bd2aa886fd3f6ce08.tar.gz
Add RFC9073, RFC9074 to documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 698a027e..af3708f1 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,9 @@ and protocol data units. The iCalendar specification describes how
calendar clients can communicate with calendar servers so users can
store their calendar data and arrange meetings with other users.
-Libical implements [RFC5545][], [RFC5546][], [RFC7529][]; the
-CalDav scheduling extensions in [RFC6638][]; iCalendar extensions in [RFC7986][];
+Libical implements [RFC5545][], [RFC5546][], [RFC7529][];
+the CalDav scheduling extensions in [RFC6638][];
+iCalendar extensions in [RFC7986][], [RFC9073][], [RFC9074][];
plus the iCalendar iMIP protocol in [RFC6047][].
[RFC5545]: https://tools.ietf.org/html/rfc5545
@@ -26,6 +27,8 @@ plus the iCalendar iMIP protocol in [RFC6047][].
[RFC6638]: https://tools.ietf.org/html/rfc6638
[RFC6047]: https://tools.ietf.org/html/rfc6047
[RFC7986]: https://tools.ietf.org/html/rfc7986
+[RFC9073]: https://tools.ietf.org/html/rfc9073
+[RFC9074]: https://tools.ietf.org/html/rfc9074
The libical-glib API is currently unstable and can change with any release.
Until it is considered stable, there should be defined LIBICAL_GLIB_UNSTABLE_API=1