https://github.com/ryosama/ics_manager
Tool to manage ICS file (delete event)
https://github.com/ryosama/ics_manager
calendar ics manager perl tool
Last synced: 8 months ago
JSON representation
Tool to manage ICS file (delete event)
- Host: GitHub
- URL: https://github.com/ryosama/ics_manager
- Owner: ryosama
- Created: 2016-06-07T13:50:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T07:45:52.000Z (over 8 years ago)
- Last Synced: 2025-06-12T20:35:04.474Z (about 1 year ago)
- Topics: calendar, ics, manager, perl, tool
- Language: Perl
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ics_manager.pl
---------------
Manage events inside ICS file
# Usage
-------
`--ics`=xxx
ICS file to manage (require)
`--remove-events-older-than`=yyyy-mm-dd
or
`--remove-events-older-than`=2D | 2W | 2M | 2Y
Remove events older than the date or the duration in days, weeks, months or years (require)
`--dry-run`
Only do a simulation
`--no-backup`
Do not create backup /!\dangerous/!\
`--usage` or `--help`
Display this message
`--quiet`
No output
# Examples
----------
`perl ics_manager.pl --ics=bob.ics --remove-events-older-than=2015-01-01`
`perl ics_manager.pl --dry-run --ics=bob.ics --remove-events-older-than=5years`