Summary | 'VALARM' descriptor not addressed in Kronolith libs |
Queue | Kronolith |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | rsteele (at) archer-group (dot) com |
Created | 04/30/2008 (6224 days ago) |
Due | |
Updated | 09/01/2011 (5005 days ago) |
Assigned | 07/14/2009 (5784 days ago) |
Resolved | 08/10/2011 (5027 days ago) |
Milestone | 3.0.9 |
Patch | No |
MFG 1eaf3dfe109fc7d9d8c858d83d0832861d799386,
7968ea021de356d10580c02ff3be54038c98b17e:
Import VALARM components from iCalendar 2.0 data (
Request #6665).Support snoozing alarms with Sundbird/Lightning (
Request #7470).http://cvs.horde.org/diff.php/framework/Alarm/Alarm.php?rt=horde&r1=1.40.2.6&r2=1.40.2.7&ty=u
http://cvs.horde.org/diff.php/framework/Alarm/Alarm/sql.php?rt=horde&r1=1.11.2.13&r2=1.11.2.14&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde&r1=1.165.2.299&r2=1.165.2.300&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde&r1=1.116.2.91&r2=1.116.2.92&ty=u
State ⇒ Resolved
Milestone ⇒ 3.0.9
[jan] Import VALARM components from iCalendar 2.0 data (
Request #6665).3 files changed, 33 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1eaf3dfe109fc7d9d8c858d83d0832861d799386
Milestone ⇒ 3.1
SyncML client.
Since this is the only (non-google) syncml client with calendar
support known on Android right now, this patch seems important (and
doesn't break anything else)
Please add it if not already done on next minor release cycle ...
New Attachment: Sync4j.php.patch
alarms doesn't sync properly with outlook (SyncML).
I attach a patch to solve solve
Assigned to Jan Schneider
State ⇒ Assigned
New Attachment: Driver[2].php.patch
Ticket #7470is pending i have modified the driver patch tosupport sunbird/mozilla alarm dismissal only. Snozze is not
implemented yet. This patch works fine for me, please test it for you.
New Attachment: Driver.php.patch
Taken from
Taken from Chuck Hagenbuch
State ⇒ Duplicate
Taken from Jan Schneider
#7470includes this patch, I'm closing this in favor of the more
comprehensive patch.
including Sunbird/Lightning dismiss and snooze here:
http://bugs.horde.org/ticket/7470/
Please let me know if it helps.
updating and removing alarms does work there, can you try some of
these clients?
to your patch, that is not the problem. The problem is that Lightning
or Sunbird continuously reminds me of past alarms after I have
dismissed them. I have even disabled the preference option in
Lightning to remind me of passed events and yet passed events with
alarms are still being reminded.
and removing alarms does work there, can you try some of these clients?
description and action are only "set", no parsing done here (display,
audio) etc..
Addressed only display action + trigger. Works fine here, valarm
trigger can be set and updated.
However, after dismissing an alarm, it just re-appears after a few
minutes or the next time I restart sunbird.
New Attachment: valarm.patch
description and action are only "set", no parsing done here (display,
audio) etc..
Addressed only display action + trigger. Works fine here, valarm
trigger can be set and updated.
State ⇒ Accepted
Type ⇒ Enhancement
Milestone ⇒ 2.2
Priority ⇒ 2. Medium
State ⇒ Assigned
Assigned to
Assigned to Jan Schneider
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ 'VALARM' descriptor not addressed in Kronolith libs
Type ⇒ Bug
events to the WebDAV interface.
Kronolith does not do anything with the 'VALARM' field of iCalendar
files. This results in alarms not being saved in the database, and
reminders data being lost when published to the WebDAV interface from
iCal compliant clients. It currently looks for 'AALARM' (part of the
vCal spec), but I think it would be greatly beneficial to look for
'VALARM' (part of the iCal spec) as well. It looked like the files
that would need to be patched are as follows (though there may be
others):
kronolith/lib/Driver.php
lib/Horde/iCalendar.php