[Tickets #4851] Re: Calendar export issues (alarms & timezone)
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Jun 25 13:59:10 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4851
-----------------------------------------------------------------------
Ticket | 4851
Updated By | munzli at olmero.ch
Summary | Calendar export issues (alarms & timezone)
Queue | Kronolith
Version | 2.1.2
Type | Bug
State | Accepted
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
munzli at olmero.ch (2007-06-25 06:59) wrote:
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?
More information about the bugs
mailing list