diff options
Diffstat (limited to 'python/python3-x-wr-timezone/README')
-rw-r--r-- | python/python3-x-wr-timezone/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-x-wr-timezone/README b/python/python3-x-wr-timezone/README new file mode 100644 index 0000000000..99a53683fa --- /dev/null +++ b/python/python3-x-wr-timezone/README @@ -0,0 +1,10 @@ +python3-x-wr-timezone (Handling of X-WR-TIMEZONE icalendar property) + +Some calendar providers introduce the non-standard X-WR-TIMEZONE +parameter to ICS calendar files. Strict interpretations according to +RFC 5545 ignore the X-WR-TIMEZONE parameter. This causes the times +of the events to differ from those which make use of X-WR-TIMEZONE. + +This module aims to bridge the gap by converting calendars using +X-WR-TIMEZONE to a strict RFC 5545 calendars. So, let's put our +heads together and solve this problem for everyone! |