Comprehensive update of ical2txt.py with better argument checking and now handling recurring events, as long as recurring_ical_events can figure them out.

This commit is contained in:
Martin Moeller
2021-03-28 21:36:17 +02:00
parent aeae095e3e
commit d6030fb5ed
2 changed files with 43 additions and 24 deletions
+4
View File
@@ -42,6 +42,10 @@ Call the script and pass in the location of the ics file.
Ex: `python ical2txt.py event.ics` / `python3 ical2txt.py event.ics`
Note: You can limit output to a certain time period. Useful for week logs and the like:
`./ical2txt.py myexport.ics 20210101 20211231`
`./ical2txt.py myexport.ics 2021-01-01T00:00:00 2021-01-31T23:59:59`
## Contributing
1. Fork it!