| Event type | Syntax | Example |
|---|---|---|
| Single: | * dd MMM yyyy - description |
09 Dec 2002 - Expo |
| Interval: | * dd MMM yyyy - dd MMM yyyy - description |
02 Feb 2002 - 04 Feb 2002 - Vacation |
| Yearly: | * dd MMM - description |
05 Jun - Every 5th of June |
* w DDD MMM - description |
2 Tue Mar - Every 2nd Tuesday of March | |
* L DDD MMM - description |
L Mon May - The last Monday of May | |
* A dd MMM yyyy - description |
A 20 Jul 1969 - First moon landing This style will mark anniversaries of an event that occurred on the given date. The description will have " (x)" appended to it, where "x" indicates how many years since the occurence of the first date. The first date is not annotated. |
|
| Monthly: | * w DDD - description |
1 Fri - Every 1st Friday of the month |
* L DDD - description |
L Mon - The last Monday of each month | |
* dd - description |
14 - The 14th of every month | |
| Weekly: | * E DDD - description |
E Wed - Every Wednesday |
* E DDD dd MMM yyyy - description |
E Wed 27 Jan 2005 - Every Wednesday Starting 27 Jan 2005 | |
* E DDD dd MMM yyyy - dd MMM yyyy - description |
E Wed 1 Jan 2005 - 27 Jan 2005 - Every Wednesday from 1 Jan 2005 through 27 Jan 2005 (inclusive) | |
| Periodic: | * En dd MMM yyyy - description |
E3 02 Dec 2002 - Every three days starting 02 Dec 2002 |
* En dd MMM yyyy - dd MMM yyyy - description |
E3 12 Apr 2005 - 31 Dec 2005 - Every three days from 12 Apr 2005 through 31 Dec 2005 (inclusive) | |
| Exception: | Insert the following between the above syntax and the description:X { dd MMM yyyy, dd MMM yyyy - dd MMM yyyy } |
1 Fri X { 01 Dec 2002, 06 Dec 2002 - 14 Dec 2002 } - Every first Friday except on the 01 Dec 2002 and between 06 Dec 2002 and 14 Dec 2002 |