calendarjanitor --version (return code: 0)
Qt: 5.9.1
KDE Frameworks: 5.38.0
CalendarJanitor: 5.5.3
calendarjanitor --help (return code: 0)
Usage: calendarjanitor [options]
A command line interface to report and fix errors in your calendar data
Generic options:
--help Show help about options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--collections <ids> List of collection ids to scan
--fix Fix broken incidences
--backup <output.ics> Backup your calendar
--strip-old-alarms Delete alarms older than 365 days
Examples:
Scan all collections:
$ calendarjanitor
Scan and fix all collections:
$ calendarjanitor --fix
Scan and fix some collections:
$ calendarjanitor --collections 10,20 --fix
Backup all collections:
$ calendarjanitor --backup backup.ics
Backup some collections:
$ calendarjanitor --backup backup.ics --collections 10,20
Strip alarms from incidences older than 365 days:
$ calendarjanitor --strip-old-alarms --collections 10,20