@EASTER — returns the date of Easter for the specified year. The date may be returned in any output date format supported by this plugin. If no output format is specified, it defaults to the local date format with a four-digit year.

Syntax:
%@EASTER[year,church,fmt,offset]

yearfour digits, 1601 - 9999; * next occurrence; if omitted, defaults to the current year
church0 = Western (Catholic, Protestant); 1 = Eastern Orthodox; defaults to 0
fmtthe date format used to return the date; defaults to 256
offsetoptional number of days to add to (or subtract from) Easter’s date; useful for other moveable feasts

If you specify an asterisk for the year, @EASTER will return the date of the next Easter after today’s date. If you use an asterisk for year and specify an offset, @EASTER will return the next matching date after today’s date.

For example: When is the next Mardi Gras? (It’s celebrated 47 days before Easter.)

qcal %@easter[*,,,-47]

• New: This function does not exist in Take Command.