From 2bc859072ffd3a6687084f98ab356bcaff27c830 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 2 Aug 2017 10:23:26 -0600 Subject: [PATCH] Add adhoc to the README This change documents the adhoc frequency for scheduling. Change-Id: I9cd593c76fcecd8676c4993b7685fd313bbf0469 --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 73038cd..a222533 100644 --- a/README.rst +++ b/README.rst @@ -157,8 +157,8 @@ will be import into Python as a dictionary. * The schedule is a list of dictionaries each consisting of `time` in UTC, `day` of the week, the `irc` meeting room, and the `frequency` of the - meeting. Options for the `frequency` are `weekly`, `biweekly-even`, and - `biweekly-odd` at the moment. + meeting. Options for the `frequency` are `weekly`, `biweekly-even`, + `biweekly-odd`, and `adhoc` at the moment. `biweekly-odd` are weeks where the ISO week number is an odd value. Correspondingly `biweekly-even` are weeks where the ISO week number is even. @@ -166,6 +166,10 @@ will be import into Python as a dictionary. 2015 has 53 ISO weeks (an odd value) and then the first week of 2016 is week 1 (also an odd value). + `adhoc` can be used to list the possibility of something in the schedule but + will not actually generate any calendar events. This can be used for + placeholders and will act as a noop when generating the calendar. + :: schedule: