|
The module allows developers to create Python-based apps that read and even generate iCalendar-compatible files.
iCalendar is a computer file format which allows Internet users to send meeting requests and tasks to other Internet users, via email, or sharing files with an extension of .ics.
Requirements:
· Pytz
· Python 2.4 up to 2.7
What's New in This Release: [ read full changelog ]
· Switch to unicode internally. This should fix all en/decoding errors.
· Support for non-ascii parameter values.
· Added functions to transform chars in string with '\' + any of r',;:' chars into '%{:02X}' form to avoid splitting on chars escaped with '\'.
· Allow seconds in vUTCOffset properties.
· Let Component.decode better handle vRecur and vDDDLists properties.
· Don't let Component.add re-encode already encoded values. This simplifies the API, since there is no need explicitly pass encode=False.
· Rename tzinfo_from_dt to tzid_from_dt, which is what it does.
· More support for dateutil parsed tzinfo objects.
Via: iCalendar 3.4
0 Comment:
Post a Comment