Uses of Class
com.microsoft.exchange.types.CalendarEvent

Packages that use CalendarEvent
com.microsoft.exchange.types   
org.jasig.portlet.calendar.adapter   
 

Uses of CalendarEvent in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types with type parameters of type CalendarEvent
protected  List<CalendarEvent> ArrayOfCalendarEvent.calendarEvents
           
 

Methods in com.microsoft.exchange.types that return CalendarEvent
 CalendarEvent ObjectFactory.createCalendarEvent()
          Create an instance of CalendarEvent
 

Methods in com.microsoft.exchange.types that return types with arguments of type CalendarEvent
 List<CalendarEvent> ArrayOfCalendarEvent.getCalendarEvents()
          Gets the value of the calendarEvents property.
 

Uses of CalendarEvent in org.jasig.portlet.calendar.adapter
 

Methods in org.jasig.portlet.calendar.adapter with parameters of type CalendarEvent
protected  net.fortuna.ical4j.model.component.VEvent ExchangeCalendarAdapter.getInternalEvent(long calendarId, CalendarEvent msEvent)
          Return an internal API CalendarEvent for an Microsoft CalendarEvent object.
 



Copyright © 2012 Jasig. All Rights Reserved.