6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/23/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8474] All day events cause crash with Funambol outlook connector
*
Your Email Address
*
Spam protection
Enter the letters below:
__ .__ . .. .___ / `[__)|\/|| [__ \__.| | ||___|
Comment
> This where the changes which break Funambol/Outlook (Bug #6847) > > > > @@ -840,7 +843,7 @@ class SyncML_Device_sync4j extends SyncM > > if (!empty($item['params']['VALUE']) && > > $item['params']['VALUE'] == 'DATE') { > > $hash['AllDayEvent'] = 1; > > - $hash['Start'] = sprintf('%04d-%02d-%02d', > > + $hash['Start'] = sprintf('%04d-%02d-%02dT00:00:00Z', > > $item['value']['year'], > > $item['value']['month'], > > $item['value']['mday']); > > @@ -858,9 +861,9 @@ class SyncML_Device_sync4j extends SyncM > > > > case 'DTEND': > > if (!empty($item['params']['VALUE']) && > > - $item['params']['VALUE'] == "DATE") { > > + $item['params']['VALUE'] == 'DATE') { > > $hash['AllDayEvent'] = 1; > > - $hash['End'] = sprintf('%04d-%02d-%02d', > > + $hash['End'] = sprintf('%04d-%02d-%02dT00:00:00Z', > > > > Seams Funambol does not like too many zeros :-( > >
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