[Cosmo-dev] MKCALENDAR on hibernate branch

Randy Letness rletness at gmail.com
Fri Sep 8 22:37:34 PDT 2006


On 9/8/06, Brian Moseley <bcm at maz.org> wrote:

>
> are you fully updated? i haven't tested MKCALENDAR with properties,
> but one without props works fine on the tip of the branch. it's
> certainly possible that you've found a bug. the fix will have to wait
> til after we land the branch, though.

Don't ask me why I'm doing this now, but I just saw the email and
decided to test this out.

I just tried to do a MKCALENDAR using Bobby's request body and
got a different error.  The error was that DavCalendarCollection was
calling CalendarCollectionItem.setSupportedComponentSet() and
passing in a Set<CalendarComponentInfo> when it should be
a Set<String>.  SupportedCalendarComponentSet.getValue() returns
Set<CalendarComponentInfo>.  I changed this to call
SupportedCalendarComponentSet.getComponentTypes() by casting
the DavProperty, and now MKCALENDAR works.

-Randy


More information about the cosmo-dev mailing list