.gitignore
.travis.yml
CHANGES.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
requirements_docs.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/about.rst
docs/api.rst
docs/cli.rst
docs/conf.py
docs/credits.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/usage.rst
src/icalendar/__init__.py
src/icalendar/cal.py
src/icalendar/caselessdict.py
src/icalendar/cli.py
src/icalendar/compat.py
src/icalendar/parser.py
src/icalendar/parser_tools.py
src/icalendar/prop.py
src/icalendar/timezone_cache.py
src/icalendar/tools.py
src/icalendar/windows_to_olson.py
src/icalendar.egg-info/PKG-INFO
src/icalendar.egg-info/SOURCES.txt
src/icalendar.egg-info/dependency_links.txt
src/icalendar.egg-info/entry_points.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/america_new_york.ics
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/pacific_fiji.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/timezone_rdate.ics
src/icalendar/tests/timezone_same_start.ics
src/icalendar/tests/timezone_same_start_and_offset.ics
src/icalendar/tests/timezoned.ics
src/icalendar/tests/x_location.ics
src/icalendar/tests/hypothesis/test_fuzzing.py