From d82baf9715d0a44138c5a7ea24888c7ad6a21fb2 Mon Sep 17 00:00:00 2001 From: Matthew Crumley Date: Sat, 17 Oct 2020 15:43:55 -0400 Subject: [PATCH] calendar: remove file format examples --- pages/common/calendar.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pages/common/calendar.md b/pages/common/calendar.md index c1cbbfb76..d4b0e9cc2 100644 --- a/pages/common/calendar.md +++ b/pages/common/calendar.md @@ -1,7 +1,6 @@ # calendar > Display upcoming events from a calendar file. -> Basic event format: "(month)/(day) (Description)" (tab-separated). - Show events for today and tomorrow (or the weekend on Friday) from the default calendar: @@ -18,15 +17,3 @@ - Show events from a custom calendar [f]ile: `calendar -f {{path/to/file}}` - -- Example entry for Christmas: - -`12/25 Christmas` - -- Example entry for US Thanksgiving (4th Thursday of November): - -`11/ThuFourth Thanksgiving` - -- Example entry for US Memorial Day (last Monday of May): - -`May MonLast Memorial Day`