Scheduler unit tests

This commit is contained in:
Matthew Jones
2014-04-01 17:12:37 -04:00
parent 5f2356a4fd
commit 4069a33ab0
3 changed files with 182 additions and 0 deletions

View File

@@ -1363,6 +1363,7 @@ class ScheduleSerializer(BaseSerializer):
# We reject rrules if:
# - DTSTART is not include
# - INTERVAL is not included
# - SECONDLY is used
# - TZID is used
# - multiple BYDAY (except WEEKLY and YEARLY (see below)), BYMONTHDAY, BYMONTH
# - multiple BYDAY yearly unless it lists all weekdays OR weekend days