Uses of Class
com.day.cq.collab.calendar.CalendarException

Packages that use CalendarException
com.day.cq.collab.calendar   
 

Uses of CalendarException in com.day.cq.collab.calendar
 

Methods in com.day.cq.collab.calendar that throw CalendarException
 CqCalendar CalendarManager.createCalendar(String path)
          Creates or gets a calendar at the given path.
 void Event.deleteFromRecurrence(boolean save)
          This will remove this event from its recurring event series (if present), but only this and not the whole series.
 void CqCalendar.exportICS(OutputStream out)
          Exports all events and todos in this calendar as an iCalendar file (*.ics, RFC-2445).
 void Event.takeOutOfRecurrence(boolean save)
          This will take this single instance out of its recurring event series and create a separate event, if it is part of a recurrence.
 void Event.updateRecurrences(boolean save)
          This will update the recurring instances of this event.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.