Skip to content

Archive old events fom an ICS file and save them to a new archive ICS file.

License

Notifications You must be signed in to change notification settings

robert7k/ical-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ical-archiver

Archive old events fom an ICS file and save them to a new archive ICS file.

usage: ical-archiver.py [-h] [-n NEWFILE] inputFile archiveFile date

positional arguments:
  inputFile             Input ICS file to read events from
  archiveFile           Archive ICS file to output archived events into.
  date                  date in the format "Y-m-d". All events before this
                        date are moved into the archive file. Example:
                        2019-12-31

optional arguments:
  -h, --help            show this help message and exit
  -n NEWFILE, --newFile NEWFILE
                        if this parameters is provided, the archived items are
                        not removed from the inputFile but added to a new
                        file. Provide the file name using --newFile

About

Archive old events fom an ICS file and save them to a new archive ICS file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages