Searched refs:openAddEvent (Results 1 – 2 of 2) sorted by relevance
1340 window.openAddEvent = function(calId, namespace, date) { function2162 openAddEvent(calId, namespace, localDate);
13472 - **Fixed:** openAddEvent() function now checks if calendar element exists before reading dataset13476 - **Improved:** openAddEvent() works for both regular calendars and sidebar widgets13518 - **Fixed:** Add Event button calls openAddEvent() with calId, namespace, and today's date13538 - Changed Add Event onclick from alert to `openAddEvent('calId', 'namespace', 'YYYY-MM-DD')`13540 - Uses existing openAddEvent() and saveEventCompact() JavaScript functions