Querying someone else's calendar for freebusys

Is it possible to query someone else's calendar for their freebusys by having their calendar address, port, and calendarID, without having their username/password?I am using "com.sun.comclient.calendar" package and the SOCSCalendar class which is defined in that package.
[286 byte] By [shahinsa] at [2007-11-26 23:47:24]
# 1

Hi,

> Is it possible to query someone else's calendar for

> their freebusys by having their calendar address,

> port, and calendarID, without having their

> username/password?

This should be possible. Two things though:

1. Have you logged in as a valid user prior to attempting to get the freebusy information - i.e. you have a valid session?

2. If not, does the calendar server have 'anonymous' access allowed?

> I am using "com.sun.comclient.calendar" package and

> the SOCSCalendar class which is defined in that

> package.

I haven't programmed with this java class myself.. somebody else may be able to help though.

Regards,

Shane.

shane_hjortha at 2007-7-11 15:21:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
Free busy is provided by a component of the calendar service that does not require you logon. Typically it is of the form http://yourserver/get_freebusy.wcap?mail=user_emiladdressThis will return freebusy information of the user you queried.
Newbold-12a at 2007-7-11 15:21:47 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...