From 4def663a8d5259962d5c2239266ebfaa19082bf6 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 12 Jun 2015 16:14:45 -0700 Subject: [PATCH] Add docs on biweekly-odd vs biweekly-even Also explain about the bug that will occur when 2016 arrives. Change-Id: I764e42ccd8e2c4ad1fd6af4c658bfbe9d833ceba --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 42158aa..4d6f2c9 100644 --- a/README.rst +++ b/README.rst @@ -142,6 +142,12 @@ will be import into Python as a dictionary. meeting. Options for the `frequency` are `weekly`, `biweekly-even`, and `biweekly-odd` 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. + This unfortunately will break down on the transition from 2015 to 2016 as + 2015 has 53 ISO weeks (an odd value) and then the first week of 2016 is week + 1 (also an odd value). + :: schedule: