Fix #389 -- Add event ical download feature (#413)

* added event ical download feature

* handle event settings and timezone

* add test cases for ical download

* fix failed test case for timezone settings

* using vobject lib to generate ical

* customised UID & add vobject dependency
This commit is contained in:
jlwt90
2017-03-09 21:13:08 +01:00
committed by Raphael Michel
parent c63e69db5f
commit 55953d5b4e
6 changed files with 190 additions and 4 deletions
+1
View File
@@ -36,3 +36,4 @@ pycparser==2.13 # https://github.com/eliben/pycparser/issues/147
# Banktransfer
chardet>=2.3,<3
mt-940==3.2
vobject==0.9.*