[Tickets #6960] Recurring event not displayed in day view and daily agenda
bugs at horde.org
bugs at horde.org
Fri Jun 20 09:15:48 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6960
------------------------------------------------------------------------------
Ticket | 6960
Created By | 80602 at heygel.ch
Summary | Recurring event not displayed in day view and daily
| agenda
Queue | Kronolith
Version | 2.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
80602 at heygel.ch (2008-06-20 05:15) wrote:
We have a recurring event like this in our calendar:
Start On: 2008-06-16 0:00
End: On 2008-06-17 0:00
Recurrence
Pattern: Daily: Recurs every 1 day(s)
Recur Until: 2008-06-20 23:59
Exceptions: 2008-06-18
Problem 1 - day view:
This event is displayed in the day view of 2008-06-16, but not in the
day view of all recurring dates. (However it is displayed correctly
four times on the week and month view.)
Problem 2 - daily agenda:
This event only shows up in the daily agenda of 2008-06-16, but not in
the daily agenda of all recurring dates.
Here's a dump of the event:
kronolith_view_event Object
(
[event] => kronolith_event_sql Object
(
[initialized] => 1
[stored] => 1
[eventID] => e2dc222fdd1cdcbf8e7369e95e3949b6
[_uid] => ***anonymized***
[creatorID] => ***anonymized***
[title] => ***anonymized***
[category] => ***anonymized***
[location] =>
[status] => 2
[description] =>
[remoteUrl] =>
[remoteCal] =>
[private] =>
[attendees] => Array
(
)
[keywords] => Array
(
[0] =>
)
[start] => horde_date Object
(
[year] => 2008
[month] => 6
[mday] => 16
[hour] => 0
[min] => 0
[sec] => 0
[_supportedSpecs] => %CdDeHImMnRStTyYbBpxX
)
[end] => horde_date Object
(
[year] => 2008
[month] => 6
[mday] => 17
[hour] => 0
[min] => 0
[sec] => 0
[_supportedSpecs] => %CdDeHImMnRStTyYbBpxX
)
[durMin] => 1440
[alarm] => 0
[_calendar] => 41b381199c499d5c0d4cc5a7d45cd814
[_varRenderer] =>
[_properties] => Array
(
)
[recurrence] => horde_date_recurrence Object
(
[start] => horde_date Object
(
[year] => 2008
[month] => 6
[mday] => 16
[hour] => 0
[min] => 0
[sec] => 0
[_supportedSpecs] => %CdDeHImMnRStTyYbBpxX
)
[recurEnd] => horde_date Object
(
[year] => 2008
[month] => 6
[mday] => 20
[hour] => 23
[min] => 59
[sec] => 59
[_supportedSpecs] => %CdDeHImMnRStTyYbBpxX
)
[recurCount] =>
[recurType] => 1
[recurInterval] => 1
[recurData] =>
[exceptions] => Array
(
[0] => 20080618
)
)
)
)
More information about the bugs
mailing list