Class LocalVEvent
java.lang.Object
org.ametys.plugins.calendar.icsreader.LocalVEvent
A holder created principally for recurrent events, so we can have one iteration of this event, using a start and end date of this iteration
- 
Constructor SummaryConstructorsConstructorDescriptionLocalVEvent(VEvent event, Date start, Date end, Tag tag) Store an event and a start/end date, the currentDay is used when an event is on multiple days, so we know which day is the one used here
- 
Method Summary
- 
Constructor Details- 
LocalVEventStore an event and a start/end date, the currentDay is used when an event is on multiple days, so we know which day is the one used here- Parameters:
- event- the event
- start- start of the iteration of this event (around the current day)
- end- end of the iteration of this event (around the current day)
- tag- the tag used for this ICS
 
 
- 
- 
Method Details- 
getEventreturn the event- Returns:
- the event
 
- 
getStartreturn the start date of this iteration- Returns:
- the start date of this iteration
 
- 
getEndreturn the end date of this iteration- Returns:
- the end date of this iteration
 
- 
getTagreturn the tag used for this ICS- Returns:
- the tag used for this ICS
 
 
-