googlearchive / calendar-connectors

Automatically exported from code.google.com/p/google-calendar-connectors
20 stars 20 forks source link

Attendees are appearing duplicated #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I add attendees into Google Calendar they are appearing duplicated. 
(Please find attached the screenshot)

What steps will reproduce the problem?
1. Open GCalendar
2. Add guests(user from Microsoft Exchange)- Screenshot01
3. Check guest and resource availability - Screenshot02

What version of the product are you using? On what operating system?
I am using GoogleCalendarConnectorWebService(1.1).msi and 
GoogleCalendarConnectorSyncService(1.1).msi on Windows 2003 Server.

Thanks in advance,

Best Regards
Erika

Original issue reported on code.google.com by erikafribeiro on 27 Oct 2008 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
I believe this issue was fixed with the 1.2 release of the code. 

If I recall the bug is we did perform the domain name translation when 
returning data
back to Google apps.

Can you please try the 1.2 release of the Web Service to determine if fact this 
still
is a problem.

Original comment by darrell....@gmail.com on 27 Oct 2008 at 5:52

GoogleCodeExporter commented 9 years ago
I'm experiencing the same issue when using Domain Mapping.

Google Apps Domain:  mycompany.com
Exchange SMTP Domain: lab.mycompany.com

Web.Config includes the following:
<add key="GoogleApps.GCal.DomainMapping" 
value="mycompany.com,lab.mycompany.com"/>

When querying Free/Busy information for user@lab.mycompany.com, two entries are 
added
to the attendees list:
user@mycompany.com returns Free/Busy info for user@lab.mycompany.com
user@lab.mycompany.com returns Calendar doesn't exist or isnt' shared

I have uninstalled the Web Service, downloaded version 1.2 and installed fresh.
Modified dates on the files in Inetpub\wwwroot\GCalExchagneLookup\bin are 
8/19/2008.

Original comment by hksi...@gmail.com on 17 Nov 2008 at 8:17