Closed Bug 457907 Opened 16 years ago Closed 16 years ago

Task with absolute date-time reminder are not handled properly

Categories

(Calendar :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 353492

People

(Reporter: bernard.desruisseaux, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
Build Identifier: Lightning 0.9

Reminders trigger specified as absolute date-time values are interpreted as
"0 day before the event starts".

Reproducible: Always

Steps to Reproduce:
1. Access a CalDAV calendar collection that contains the following to-do:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Bernard
BEGIN:VTODO
UID:uid-438893C00F42F38A1E0404498C8A6612B000033DB3933
DTSTAMP:20080930T181427Z
DTSTART;VALUE=DATE:20080930
DUE;VALUE=DATE:20081003
SUMMARY:Task with an absolute date-time reminder
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:Alarm
TRIGGER;VALUE=DATE-TIME:20081002T040000Z
END:VALARM
END:VTODO
END:VCALENDAR
Actual Results:  
The reminder is triggered at the start time of the to-do instead of at absolute
date-time value specified in the TRIGGER property.

Expected Results:  
The reminder should be triggerd at the absolute date-time value specified
in the TRIGGER property.

We should make sure we don't have the same issue with events.
I haven't tested it yet.
In my opinion a duplicate of Bug 401761 that was resolved as a duplicate of Bug 353492.
Yes, this should be fixed when I finally get that bug fixed - I hope soon.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.