Ics.py is written and maintained by Nikita Marchant with the excellent help of Niko Fink.
Other contributors, listed alphabetically, are:
- @aureooms
- @Azhrei
- @ConnyOnny
- @danieltellez
- @davidjb
- @etnarek
- @gbovyn
- @GMLudo
- @guyzmo
- @jammon
- @jessejoe
- @johnnoone
- @kayluhb
- @mrmadcow
- @Ousret
- @PascalBru
- @perette
- @Philiptpp
- @prashnts
- @rkeilty
- @seants
- @tgamauf
- @Timic3
- @tomschr
- @Trii
- @zagnut007
- @zuphilip
Many thanks for your contributions!
There are also a few modules or functions incorporated from other
authors and projects:
- The code of ics.timezone.Timezone._find_observance_cachable
is adapted from the respective function of dateutil
Thanks to:
- python-dateutil for parsing VTIMEZONEs and RRULEs,
- six to have made the python3 transition easier,
- #urlab for help and advice.