diff --git a/vobject/icalendar.py b/vobject/icalendar.py index a44fffb..e95a638 100644 --- a/vobject/icalendar.py +++ b/vobject/icalendar.py @@ -298,7 +298,7 @@ def fromLastWeek(dt): if num is not None: dayString = ";BYDAY=" + str(num) + WEEKDAYS[rule['weekday']] else: - dayString = "" + dayString = ";BYDAY=1" if rule['end'] is not None: if rule['hour'] is None: # all year offset, with no rule