Searched refs:openAddEvent (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| D | CHANGELOG.md | 148 - **Fixed:** openAddEvent() function now checks if calendar element exists before reading dataset 152 - **Improved:** openAddEvent() works for both regular calendars and sidebar widgets 194 - **Fixed:** Add Event button calls openAddEvent() with calId, namespace, and today's date 214 - Changed Add Event onclick from alert to `openAddEvent('calId', 'namespace', 'YYYY-MM-DD')` 216 - Uses existing openAddEvent() and saveEventCompact() JavaScript functions
|
| D | calendar-main.js | 1072 window.openAddEvent = function(calId, namespace, date) { function 1577 openAddEvent(calId, namespace, localDate); 1657 const originalOpenAddEvent = openAddEvent; 1658 openAddEvent = function(calId, namespace, date) { function
|