Closed
Bug 1005642
Opened 11 years ago
Closed 10 years ago
Repeating Events UNTIL value incorrect
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 566149
People
(Reporter: crow, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140421221237
Steps to reproduce:
Create a repeating event for a meeting from 8a-12:30p every day for a week By selecting
start date: 6/16/2014 8:00a
end date: 6/16/2014 12:30p
repeat: daily until 6/20/2014
My calendar is an iCalendar file at an HTTP web location.
Actual results:
The event only shows in the calendar from 6/16 until 6/19 (Monday through Thursday). The event does not show in the calendar on Friday as I intended and would expect.
Looking at the ics that is generated:
BEGIN:VEVENT
CREATED:20140504T143905Z
LAST-MODIFIED:20140504T143943Z
DTSTAMP:20140504T143943Z
UID:51d7cfef-b46d-496f-a64d-bd1c08f7eb76
SUMMARY:My Meeting
RRULE:FREQ=DAILY;UNTIL=20140620T110000Z
DTSTART;TZID=America/Chicago:20140616T080000
DTEND;TZID=America/Chicago:20140616T123000
TRANSP:OPAQUE
END:VEVENT
The time part of the "UNTIL" value is before the Friday event, so the display is correctly filtering the event.
Expected results:
The time part of the UNTIL value should be after the last event. I can manually change the value to UNTIL=20140620T230000Z and my event displays as I expect.
I am running Lightning 2.6.4 in Thunderbird 24.5.0 on Windows 8.1 64-bit.
This might be a duplicate of bug 566149, it depends on the way (and the order) you set the start date, in particular the time part, and the until date.
I set this as a duplicate of bug 566149.
If you can still reproduce the issue with Lightning 4.8 or later, please reopen the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•