Changeset 576
- Timestamp:
- 06/13/06 10:51:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/calsvc/src/org/bedework/calsvc/CalSvc.java
r550 r576 1108 1108 subs = getSubscriptions(); 1109 1109 } else { 1110 /* First see if we have free busy access to the users calendar */ 1110 1111 cal = getCal().getCalendars(u, PrivilegeDefs.privReadFreeBusy); 1111 1112 if (cal == null) { … … 2068 2069 if (sub != null) { 2069 2070 // Explicitly selected calendar - via a subscription. 2071 getSubCalendar(sub, freeBusy); 2070 2072 2071 2073 return postProcess(getCal(sub).getEvents(sub.getCalendar(), filter,
