python3-x-wr-timezone

Python module to handle non-standard X-WR-TIMEZONE icalendar property (Python 3)
  https://github.com/niccokunzmann/x-wr-timezone
  0
  no reviews



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.

This package installs the library for Python 3.