.gitignore .travis.yml CHANGES.rst CONTRIBUTING.rst LICENSE.rst MANIFEST.in README.rst TODO.rst bootstrap.py buildout.cfg setup.cfg setup.py tox.ini docs/Makefile docs/about.rst docs/conf.py docs/credits.rst docs/index.rst docs/install.rst docs/license.rst docs/usage.rst docs/_themes/icalendar/layout.html docs/_themes/icalendar/theme.conf docs/_themes/icalendar/static/icalendar.css src/icalendar/__init__.py src/icalendar/cal.py src/icalendar/caselessdict.py src/icalendar/compat.py src/icalendar/parser.py src/icalendar/parser_tools.py src/icalendar/prop.py src/icalendar/tools.py src/icalendar.egg-info/PKG-INFO src/icalendar.egg-info/SOURCES.txt src/icalendar.egg-info/dependency_links.txt src/icalendar.egg-info/not-zip-safe src/icalendar.egg-info/requires.txt src/icalendar.egg-info/top_level.txt src/icalendar/tests/__init__.py src/icalendar/tests/encoding.ics src/icalendar/tests/issue_112_missing_tzinfo_on_exdate.ics src/icalendar/tests/issue_53_parsing_failure.ics src/icalendar/tests/multiple.ics src/icalendar/tests/recurrence.ics src/icalendar/tests/test_encoding.py src/icalendar/tests/test_fixed_issues.py src/icalendar/tests/test_icalendar.py src/icalendar/tests/test_multiple.py src/icalendar/tests/test_property_params.py src/icalendar/tests/test_recurrence.py src/icalendar/tests/test_time.py src/icalendar/tests/test_timezoned.py src/icalendar/tests/test_unit_cal.py src/icalendar/tests/test_unit_caselessdict.py src/icalendar/tests/test_unit_parser_tools.py src/icalendar/tests/test_unit_prop.py src/icalendar/tests/test_unit_tools.py src/icalendar/tests/time.ics src/icalendar/tests/timezoned.ics