I've successfully installed and tested the WebService. I installed
and configured the SyncService, and it tests out fine via
Diagnostics.aspx. When I try to run the service, it finds my LDAP
(Active Directory) users just fine, but it fails to retrieve Free/Busy
information from Google Calendar:
2011-01-04 09:55:18,289 [Sentinel Thread] ERROR
Google.GCalExchangeSync.Library.GCalSyncProcess - Error occured while
executing sync process for user '
us...@mkzbooks.com'. [running error
count=1]
Google.GData.Client.GDataRequestException: Execution of authentication
request returned unexpected large content length: 1265
at Google.GData.Client.Service.Query(Uri queryUri, DateTime
ifModifiedSince)
at Google.GData.Client.Service.Query(FeedQuery feedQuery, DateTime
ifModifiedSince)
at Google.GCalExchangeSync.Library.GCalGateway.QueryGCal(FeedQuery
query, String userName, DateTime modifiedSince)
at Google.GCalExchangeSync.Library.GCalGateway.QueryGCal(String
email, GCalVisibility visibility, GCalProjection projection, DateTime
modifiedSince, DateTimeRange window)
at Google.GCalExchangeSync.Library.GCalSyncProcess.SyncUsers()
I'm able to grab the URL listed in the logfile, and (after logging in)
it displays an RSS-style page with the correct FB info.
I've followed the setup procedure, created a separate Google
administrative user just for this purpose, etc. I'm using Google Apps
for Business (already paid for :-( ), double checked the calendars are
shared (tried both hide details and share all information).
Help??!! I believe this is the last piece to get in place before I
can proceed with our migration.