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 Summary
ConstructorsConstructorDescriptionLocalVEvent(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
- 
LocalVEvent
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- Parameters:
 event- the eventstart- 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
- 
getEvent
return the event- Returns:
 - the event
 
 - 
getStart
return the start date of this iteration- Returns:
 - the start date of this iteration
 
 - 
getEnd
return the end date of this iteration- Returns:
 - the end date of this iteration
 
 - 
getTag
return the tag used for this ICS- Returns:
 - the tag used for this ICS
 
 
 -