From 636dc7ac12a325806f9303ee5836cfb2ab1a574f Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 23 Nov 2024 13:10:02 -0700 Subject: [PATCH] add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8295f6c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +calnow +====== + +Check for events in a CalDAV server, if the current time lands in an event, exit 0, otherwise exit 1. + +This is to allow easy automation of things like away status, pausing of various timers when meetings happen.. etc. \ No newline at end of file