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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user