6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/7/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4851] Calendar export issues (alarms & timezone)
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .._.. .. . [__)|\ | | |_/ |\/| [__)| \|_|_| \| |
Comment
> hi the code i wrote to get the alarms in the exported ics file is: > > > > // vAlarm components for RFC 2445 > > if (!empty($this->alarm)) > > { > > $vAlarm = &Horde_iCalendar::newComponent('valarm', $vEvent); > > $vAlarm->setAttribute('ACTION','DISPLAY'); > > $vAlarm->setAttribute('TRIGGER;VALUE=DURATION', '-PT'.$this->alarm.'M'); > > $vEvent->addComponent($vAlarm); > > } > > > > but i'm stuck at getting the webdav import to work... anything done here yet?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers