[Tickets #7846] Re: Sunbird displays recurring events one day short

bugs at horde.org bugs at horde.org
Mon Mar 30 19:08:51 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7846
------------------------------------------------------------------------------
  Ticket             | 7846
  Updated By         | avo at trustsec.de
  Summary            | Sunbird displays recurring events one day short
  Queue              | Kronolith
  Version            | 2.3-RC1
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


avo at trustsec.de (2009-03-30 15:08) wrote:

> Can you try version 2.3.1?

I tried version 2.3.1 but the value of UNTIL is still output without  
the time. For example, Horde exports

DTSTART:20090414T070000Z
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20090417

instead of

DTSTART:20090414T070000Z
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20090417T070000Z

This is the code from toRRule20() in Recurrence.php that outputs the date:

         if ($this->hasRecurEnd()) {
               $rrule .= ';UNTIL=' . $calendar->_exportDate($this->recurEnd);
           }

As far as I can see the time in the final date should match the time  
from the event's start date.






More information about the bugs mailing list