commandscalendar diff

List the differences between two versions of a calendar.

Usage

calendar diff name [before [after]]

where
name of calendar whose differences to list.
before change id, or relative change index, as listed by calendar changes. Default is -1.
after change id, or relative change index, as listed by calendar changes. Default is 0.

read on name

Examples

List the differences between the previous and current versions of a calendar

BeyondCron % calendar diff /examples/calendar/weekday/Japan

Description Japanese holidays -> Japanese weekdays

List the differences between earlier versions of a calendar

BeyondCron % calendar changes /examples/calendar/weekday/Japan

Time Change Action User Host ------------------- ------- -- ------- ----- ----------- 14:23:22 25/09/2017 777bdcb 0 Updated admin example.com 15:54:49 13/09/2017 0227e4c -1 Updated adr example.com 15:53:31 13/09/2017 3393a47 -2 Created adr example.com

BeyondCron % calendar diff $$ 3393a47 0227e4c

Includes - https://www.officeholidays.com/ics/ics_country.php?tbl_country=Japan + beyondcron:/calendar/Weekday Excludes + https://www.officeholidays.com/ics/ics_country.php?tbl_country=Japan

List the differences between the first and current version of a calendar

BeyondCron % calendar diff /examples/calendar/weekday/Japan -2

Description Japanese holidays -> Japanese weekdays Includes - https://www.officeholidays.com/ics/ics_country.php?tbl_country=Japan + beyondcron:/calendar/Weekday Excludes + https://www.officeholidays.com/ics/ics_country.php?tbl_country=Japan

See also