public interface Calendar extends ExplorerNode, TraversableAmetysObject
Modifier and Type | Interface and Description |
---|---|
static class |
Calendar.CalendarVisibility
Enumeration of calendar visiblity
|
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Get the color of the calendar
|
Map<CalendarEvent,List<Date>> |
getEvents(Date startDate,
Date endDate)
Get the events and its occurrences of the calendar between two dates
|
String |
getIcsUrlToken()
Get the token used by the ICS public URL
|
String |
getTemplateDescription()
Get the template description of the calendar
|
Calendar.CalendarVisibility |
getVisibility()
Get the calendar visibility
|
String |
getWorkflowName()
Get the name of the workflow of the calendar
|
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodes
getChild, getChildAt, getChildPosition, getChildren, hasChild
equals, getId, getName, getParent, getParentPath, getPath, hashCode
Calendar.CalendarVisibility getVisibility()
String getWorkflowName()
String getTemplateDescription()
Map<CalendarEvent,List<Date>> getEvents(Date startDate, Date endDate)
startDate
- Begin dateendDate
- End dateString getIcsUrlToken()