Summary | iCal Alarms missing when set on client and uploaded via WebDav |
Queue | Kronolith |
Queue Version | 2.2 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | tkrah (at) fachschaft (dot) imn (dot) htwk-leipzig (dot) de |
Created | 06/26/2008 (6221 days ago) |
Due | |
Updated | 06/26/2008 (6221 days ago) |
Assigned | |
Resolved | 06/26/2008 (6221 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
http://bugs.horde.org/ticket/6665
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ iCal Alarms missing when set on client and uploaded via WebDav
Type ⇒ Bug
State ⇒ Unconfirmed
I subsribed my calendar with kontact and thunderbird, works fine.
If i set a alarm trigger with kronolith webapp it gets saved and i can
see them on the client.
But if i create an event at my "fat" client and set an alarm trigger,
the file gets uploaded and the event is there, but the alarm trigger
is missing.
Looked at the created "event" on the client side which looks like:
BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 3.5//EN
VERSION:2.0
X-WR-CALNAME:public.ics
BEGIN:VEVENT
DTSTAMP:20080626T120630Z
ORGANIZER;CN=Torsten Krah:MAILTO:testmail@/dev/null
CREATED:20080626T120628Z
UID:libkcal-1809385227.657
LAST-MODIFIED:20080626T120628Z
DESCRIPTION:tttt
SUMMARY:tttt
LOCATION:tttt
DTSTART:20080627T121500Z
DTEND:20080627T141500Z
TRANSP:OPAQUE
BEGIN:VALARM
DESCRIPTION:
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
The trigger is there, but after reloading the uploaded ics file,
refreshing my client calendar does not have an alarm trigger anymore.
Looking at the database there is "0", not "15" set for event_alarms at
my event_id.
If i want to delete a alarm from an event, this works fine - i can
remove the trigger on my fat client and it gets posted to the server
and the db is up-to-date.