6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5236] Recurring events missing RRULE field
*
Your Email Address
*
Spam protection
Enter the letters below:
..__..__ . .. . || |[__)|\ ||\/| \__||__|| | \|| |
Comment
> I did some more research, it seems that the kronolith_event_sql > object used in _kronolith_export in kronolith/lib/api.php is broken. > I've modified that file to write the print_r($event, true) value to a > file. > > > > When I create an event with or without an enddate, and synchronize it > to my pda, and examine the contents of $event, it contains no > recurrence information. > > > > When I create an event with an recurcount, it creates an event with > 'recurtype' set to the number of recurrences (12 in this case): > > [recurCount] => > > [recurType] => 12 > > [recurInterval] => 1 > > > > When doing something similar in kronolith/lib/Driver/sql.php's > getByUID function, I noticed that the data being pulled from the db > had the same discrepancies. Upon closer inspection, there was a , > missing from the query after event_recurcount, on line 395. Because > event_recurtype is the next in the list, mysql assumed the query > meant 'event_recurcount AS event_recurtype', messing up the data. > > > > Fixing this fixed the problem. > > > > I've attached a patch, and I'll be submitting another ticket and > patch for a seperate problem with recurrence in the SyncML module.
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