Class IcsReader.IcsEvents
java.lang.Object
org.ametys.plugins.calendar.icsreader.IcsReader.IcsEvents
- Enclosing class:
- IcsReader
Object wrapper for ics events
-
Constructor Details
-
IcsEvents
The constructor- Parameters:
url
- the urlevents
- the list of event of the ics
-
IcsEvents
The constructor- Parameters:
url
- the urlevents
- the list of event of the icsstatus
- the status of the ics
-
-
Method Details
-
getUrl
Get the url of the ics- Returns:
- the url
-
hasEvents
true
if the ics has events- Returns:
true
if the ics has events
-
getEvents
Get the list of events of the ics- Returns:
- the list of events
-
getTag
Get the tag of the ics- Returns:
- the tag
-
setTag
Set the tag of the ics- Parameters:
tag
- the tag
-
getStatus
Get the status of the ics- Returns:
- the status
-