Modifier and Type | Origin and Description |
---|---|
public CalendarEntry |
BBjCalendarWidget.CalendarEntryEvent.getCalendarEntry()
Returns the entry (appointment, event, etc.) from the calendar. |
public CalendarEntry |
BBjCalendarWidget.CalendarEntryResizeEvent.getOldCalendarEntry()
Returns the old version of the calendar entry, e.g. the entry as it existed before the user resized it. |
public CalendarEntry |
BBjCalendarWidget.CalendarEntryDropEvent.getOldCalendarEntry()
Returns the old version of the calendar entry, e.g. the entry as it existed before the user resized it. |
public CalendarEntry |
BBjCalendarWidget.CalendarEntryModificationEvent.getCalendarEntry()
Returns the entry (appointment, event, etc.) from the calendar. |
public CalendarEntry |
BBjCalendarWidget.CalendarEntryChangeEvent.getOldCalendarEntry()
Returns the old version of the calendar entry, e.g. the entry as it existed before the changes were applied. |
public static CalendarEntry |
BBjCalendarWidget.CalendarAPI.createCalendarEntry(JsonObject json!)
Creates a |
public static CalendarEntry |
BBjCalendarWidget.CalendarAPI.createCalendarEntry(BBjString title!, BBjString start!)
Creates a |
public static CalendarEntry |
BBjCalendarWidget.CalendarAPI.createCalendarEntry(BBjString title!, BBjString start!, BBjString end!)
Creates a |
Modifier and Type | Origin and Description |
---|---|
public void |
BBjCalendarWidget.BBjCalendarWidget.addEntry(CalendarEntry entry!)
Adds an entry to the calendar given a
Note: Adding entries to the calendar via this method will trigger the
|
public BBjNumber |
BBjCalendarWidget.BBjCalendarWidget.removeEntry(CalendarEntry entry!)
Removes an entry from the calendar. |
public void |
BBjCalendarWidget.BBjCalendarWidget.updateEntry(CalendarEntry entry!)
Updates an entry in the calendar.
This method uses the |