Home
last modified time | relevance | path

Searched refs:openAddEvent (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dcalendar-main.js1335 window.openAddEvent = function(calId, namespace, date) { function
2147 openAddEvent(calId, namespace, localDate);
H A DCHANGELOG.md13381 - **Fixed:** openAddEvent() function now checks if calendar element exists before reading dataset
13385 - **Improved:** openAddEvent() works for both regular calendars and sidebar widgets
13427 - **Fixed:** Add Event button calls openAddEvent() with calId, namespace, and today's date
13447 - Changed Add Event onclick from alert to `openAddEvent('calId', 'namespace', 'YYYY-MM-DD')`
13449 - Uses existing openAddEvent() and saveEventCompact() JavaScript functions