Allow time-range query filters to be open ended.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 25 Jan 2016 09:32:20 +0000 (09:32 +0000)
committerGuido Günther <agx@sigxcpu.org>
Sun, 31 Jan 2016 11:42:51 +0000 (12:42 +0100)
commitb98a1839eb1718f1d8ee8ea365774ed861bc9d9f
tree0c787af7220ab7ddf9354ede5109be4e2bcfc697
parentf97917296d7b8a3f6cd5a121704066843bc7ceaa
Allow time-range query filters to be open ended.

RFC 4791 state that the start or end attribute (but not boht) can
be skipped.  Allow this in the code, and add a test case to verify
that this work.
calypso/xmlutils.py
tests/data/import.vcalendar [new file with mode: 0644]
tests/test_matchfilterelement.py [new file with mode: 0644]