[GroupDAV] GroupDAV Connector & Outlook Sync
Mathew McBride
groupdav@opengroupware.org
Fri, 22 Sep 2006 23:31:05 +1000
> BTW, does the connector remove the attendees from the event when it sends
> them through Funambol? In Outlook I am the only attendee in every event.
> Just curious if this is normal/expected? I believe that attendees are in
> the data being retrieved from ZideStore.
>
No. Chances are thats another thing which will need to be manually
converted from ical2->vcal1. Strange Funambol's client actually took the
event, usually issues such as these will cause the sync to fail.
Attendees are currently filtered out on client additions/updates however.
With regards to propfinds failing, storelog-*.html in the store dir
(*=unix time of sync, /var/db/Funambol/.../ in your setup), contains an
entire log of server->connector communication which should reveal what
is causing internal server errors.
> If I 'manually' retrieve one of the events on my calendar from ZideStore it
> looks like:
> BEGIN:VCALENDAR
> METHOD:REQUEST
> PRODID:-//OpenGroupware.org/ZideStore 1.3//
> VERSION:2.0
> BEGIN:VEVENT
> LOCATION:xxxxxxxxxxxxxxx
> STATUS:CONFIRMED
> SUMMARY:xxxxxxxxxxxxxx
> DESCRIPTION:xxxxxxxxxxxx
> Xxxxxxx \n
> \n
> DTSTART:20060812T160000Z
> DTEND:20060813T030000Z
> TRANSP:OPAQUE
> UID:skyrix://gourd-amber.morrison.iserv.net/morrisonOGo/4102900
> CREATED:20030710T120000Z
> LAST-MODIFIED:20060811T160002Z
> DTSTAMP:20060922T125607Z
> X-MICROSOFT-CDO-IMPORTANCE:0
> X-MICROSOFT-CDO-BUSYSTATUS:BUSY
> X-MICROSOFT-CDO-INSTTYPE:0
> X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
> ATTENDEE;CUTYPE="INDIVIDUAL";PARTSTAT="NEEDS-ACTION";ROLE="REQ-PARTICIPANT";
> RSVP="FALSE";CN="Michelle Williams":MAILTO:**************
> ATTENDEE;CUTYPE="INDIVIDUAL";PARTSTAT="NEEDS-ACTION";ROLE="REQ-PARTICIPANT";
> RSVP="FALSE";CN="Bruce Smith":MAILTO:***********
> ATTENDEE;CUTYPE="INDIVIDUAL";PARTSTAT="NEEDS-ACTION";ROLE="REQ-PARTICIPANT";
> RSVP="FALSE";CN="Adam Williams":MAILTO:adam@morrison-ind.com
> ORGANIZER;CN="Adam Williams":MAILTO:adam@morrison-ind.com
> END:VEVENT
> END:VCALENDAR
>
>