CalendarEventable
API
CalendarEventable.java
interface CalendarEventable {
String getCalendarName() (1)
CalendarEvent toCalendarEvent()
}
1 | getCalendarName()
The name of the calendar to which this event belongs. |
Members
getCalendarName()
The name of the calendar to which this event belongs.
For example, an Employee
might have a employedOn
property, so the calendar name would be 'employedOn'.
If there is possibly more than one date associated with the entity, then use Calendarable instead.