View Issue Details

IDProjectCategoryView StatusLast Update
0000746Funambol SOGo Connectorpublic2012-08-27 20:42
Reporterfichte Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0000746: Recurring events from Outlook are broken in the web interface after syncing
Description

When we create a recurring event in Outlook (e.g. third Wednesday each Month), it seems to lose its recurring information in the web interface. The Funambol SOGo Connector creates the following RRULEs in both user tables in the database:

table userXXXXXX, column c_content:
RRULE;TZID=Europe/Berlin:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=3;BYDAY=WE

table userXXXXXX_quick, colum c_cycleinfo:
{rules = ("FREQ=MONTHLY;INTERVAL=1;BYSETPOS=3;BYDAY=WE"); }

And the resulting event in the web interface reccurs every Wednesday. If we replace "BYSETPOS=3;BYDAY=WE" by "BYDAY=3WE" in both tables the web interface will display the event correctly.

Additional Information

Product Version of the Funambol SOGo Connector is 1.0.8 which is not selectable in the "Product Version" drop down box. We are using SOGo Version 1.3.0 Stable and Funambol 8.7.0.

TagsNo tags attached.

Activities

francis

francis

2010-08-11 16:45

administrator   ~0001291

The BYSETPOS rule is not yet supported in the Web interface.

ludovic

ludovic

2012-08-27 20:42

administrator   ~0004391

We now support this kind of BYSETPOS rule. Reopen if necessary.

Issue History

Date Modified Username Field Change
2010-08-11 09:54 fichte New Issue
2010-08-11 16:45 francis Note Added: 0001291
2012-08-27 20:42 ludovic Note Added: 0004391
2012-08-27 20:42 ludovic Status new => closed
2012-08-27 20:42 ludovic Resolution open => fixed