Synchronization between 2 Calendar Servers

Hello,is it possible to synchronize some Calendar Users and their Calendars between two Calendar Servers (not in a cluster or so, but in different LANs)? If yes, how does it work?Regards,Angela
[228 byte] By [geli27] at [2007-11-25 17:12:22]
# 1
Hi,We are also looking for a similiar solution. If u find one ... pls letus know here.thanksAndy
AndyAdd at 2007-7-3 1:50:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2

I believe what you really want is multiple Calendar servers, while maintaining a "unified" view of all the Calendars distributed across the servers.

This is possible using the Database Wire Protocol (DWP) service of the Calendar server. Go to docs.sun.com and search the JES books for DWP to get a list of docs to read. The basic steps are as follows:

1. All Calendar users should/must use the same LDAP base (not sure about this)

2. Modify ics.conf to enable dwp protocol and specify which servers are using DWP

3. Modify users LDAP entries to include the icsCalendarDWPHost object and set icsDWPHost to the Calendar server where the users Calendar will be stored.

I've only just started testing this, but it seems to work ok.

4lions at 2007-7-3 1:50:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...