Hi,
We are using Genius Connect to integrate Outlook Calendar with an external application, and using the external application to create the record in the database, for Genius Connect to read in.
At the moment, whenever we Load All in Outlook, we end up with another record in the database, as if Genius Connect created a new record (and saved it to the database) rather than synchronise the existing record with Outlook.
We are using the following as a primary key:
Select coalesce(max(gc_id),0) + 1 from Calendar and autoincrement is set to No.
We are using Genius Connect version 4.0.0.1, Outlook version 11.0.0.5608 and connecting to an Oracle XE database.
Thanks,
Handy