I'm not sure if this is the proper forum but I'm at my end with
figuring out this problem. I have a test group of 4 users that have
both an exchange mailbox and a google apps account. I'm trying to get
the sync service to work. I have successfully sync'd all 4 of the
users , but now 3 of the users are no longer syncing and I'm getting
the following error in the syncservice.log for each of the users that
no longer sync.
[Sentinel Thread] ERROR
Google.GCalExchangeSync.Library.GCalSyncProcess - Error occured while
executing sync process for user '
us...@ourdomain.com'. [running error
count=3]
Google.GCalExchangeSync.Library.GCalExchangeException: Error writing
appointment ---> System.Net.WebException: The remote server returned
an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at
Google.GCalExchangeSync.Library.WebDav.XmlRequestImpl.IssueRequest
(String url, Method method, String body, HttpHeader[] headers)
at
Google.GCalExchangeSync.Library.WebDav.WebDavQuery.IssueRequestIgnoreResponse
(String url, Method method, String body)
at
Google.GCalExchangeSync.Library.WebDav.WebDavQuery.CreateAppointment
(String mailboxUrl, Appointment appointment)
at
Google.GCalExchangeSync.Library.AppointmentService.WriteAppointments
(ExchangeUser user, List`1 appointments)
--- End of inner exception stack trace ---
at
Google.GCalExchangeSync.Library.AppointmentService.WriteAppointments
(ExchangeUser user, List`1 appointments)
at Google.GCalExchangeSync.Library.AppointmentWriter.SyncUser
(ExchangeUser user, EventFeed googleAppsFeed, ExchangeService
exchangeGateway, DateTimeRange window)
at Google.GCalExchangeSync.Library.GCalSyncProcess.SyncUsers()
Thanks for any help.