Calendar Server / Apple iCal Integration

Does anyone know if the Calendar server can be used with Apple's calendaring application iCal? Both seem to use some of the same standards
[153 byte] By [705185] at [2007-11-25 8:48:45]
# 1

I have asked support this question to.

Although both products are standards based Apple's iCal and SunONE Calendar Server are not compatiable with one other in my testing.

I believe Apple's iCal application uses WebDAV for syncing and subscriptions while SunONE Calendar server uses WCAP.

My testing also shows that ical exported data from Apple's iCal application is not compatiable with the ical file import into the SunONE Calendar Server.

The only supported ical format for the SunONE Calendar Server is the exported format from the calendar server itself.

I supplied some Apple iCal ical formated files to Sun Support so they could at least take a look at the issues involved in getting Apple's iCal ical format working for import.

It would be nice to get the two working nicely together.

joe honnold at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
Hi Joe,Did sun ever respond to you? I'm trying to find some sort of groupware solution (open source or otherwise) that will work with Apple's iCal and perhaps mozilla calendar as well. Thanks!--Ben
Ben Harper at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

Apple's ical will happily accept the output of the Sun calendar server. Take a look at http://rulink.rutgers.edu/macical.html. The script involved in doing this is available on a different web page: tricks.html.

Note however the iCal.app does appear to have any ability to do synchronization. You can maintain your calendar on your Mac and regularly upload it, or you can maintain it on a server and regularly download it. But that's not real synchronization. I'm currently implementing maintaining your calendar on the server and downlaoding it.

707232 at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 4

Thanks for the link to the stuff at rutger university, I have managed to get that working for my Apple iCal nicely. Pity it is only read only but it still is quite nice!

Now I guess we just have to wait for either Sun to support webdav or apple to support wcap.......

who knows, one day we might get there! ;)

scottlawson at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 5

hi:

I have not heard from either Sun or Apple on this.

I recently updated our calendar server to hotfix 1.6 and reading this thread again makes me want to test the import and export again. If it works I was thinking of setting up a process of exporting calendar server data and importing iCal data.

On a server, run a script regularly that exports a users calendar server data to a WebDAV enabled web server. iCal app subscribes to the calendar.

iCal can then publish to the server and the script would then import the revised calendar to the calendar server. I really don't know how practical this is but it's how I looked at the problem.

joe.

ultimo at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 6

Hello,

Is there already some progress for this question ? Because I'm not a developper myself, so I hope somebody else is working on this. I realy would like to be able to use Apple's iCal with a bidirectional syncronization too Sun Java Enterprise Calendar Server. That would realy be nice !!

Kristof

kriwilly at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 7
2007 and still no answer for this. I think sun should support Apple iCal if they want to have more support from other users. According to their own blogs there are a bunch of people within Sun using Macs.
capc75 at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 8

Hi,

At this juncture I am aware of (but haven't tested since I don't personally own a mac) two possible options for calendar access on the mac:

Thunderbird plugin for calendar access (lightning):

http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.3.1rc 1/

JSCalendarSync - calendar sync between mac and sun calendar server:

http://blogs.sun.com/factotum/entry/mac_users_in_sync_with

If you find that both/either/none of these help, feedback for other forum users would be great.

Shane.

shane_hjorth at 2007-7-1 15:34:11 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...