Changeset 542
- Timestamp:
- 06/06/06 14:56:07
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/calsvc/src/org/bedework/calsvc/CalSvc.java
r540 r542 2041 2041 boolean freeBusy) throws CalFacadeException { 2042 2042 TreeSet ts = new TreeSet(); 2043 boolean showAllCalendars = true; 2043 2044 2044 2045 if (sub != null) { … … 2062 2063 } 2063 2064 2065 /* Don't show special calendars in views */ 2066 showAllCalendars = false; 2064 2067 subs = currentView.getSubscriptions(); 2065 2068 } else { … … 2129 2132 ts.addAll(postProcess(getCal().getEvents(internal, filter, 2130 2133 startDate, endDate, 2131 recurRetrieval, freeBusy, false),2134 recurRetrieval, freeBusy, showAllCalendars), 2132 2135 sublookup)); 2133 2136
