Support LANGUAGE property parameter #111
Replies: 2 comments 4 replies
-
|
Hi, I have never seen this language tag, and I'm not sure if it's even supported by our icalendar parsing library (I think it should). But I find this very useful, and I'd love to have it implemented. Just FYI, I've moved the discussion from ICSx⁵, because this has to be implemented first on synctools. |
Beta Was this translation helpful? Give feedback.
-
|
As far as I know, the Android calendar provider doesn't support (multiple) languages. So for instance, there's only a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand RFC 5545 correctly, it is allowed to supply multiple SUMMARY or at least multiple DESCRIPTION properties, each with a different LANGUAGE parameter. (RFC 9073 does explicitly allow this for the new STYLED-DESCRIPTION property.) Hence the following few lines should be valid:
If I tested correctly, the current ICSx5 implementation does just silently accept the last DESCRIPTION or SUMMARY appearing.
IMO it could be useful to support filtering for the ones with the languages preferred by the user & primarily using that variant. With this, calendar publishers could provide a single calendar subscription for all their users, with a single link, containing the events in all languages.
(Though, in all honesty, I have not yet discovered one WebCAL client which does support selecting the preferred summary & description.)
Beta Was this translation helpful? Give feedback.
All reactions