- Take into account "interval" when determining autorange (particularly important for expanding singular ranges)
- prevent a near-infinite loop in the "dateutil.rrule.between" method (calculating a repeating event between two dates) by estimating with division the approximate number, and if this number is way more than reasonable, raise an Exception.