Lines Matching +defs:date +defs:time
30 function formatLocalDate(date) { argument
569 const isEventPast = function(dateKey, time) { argument
680 window.showDayPopup = function(calId, date, namespace) { argument
945 window.showDayEvents = function(calId, date, namespace) { argument
998 window.renderEventItem = function(event, date, calId, namespace) { argument
1335 window.openAddEvent = function(calId, namespace, date) { argument
1446 window.editEvent = function(calId, eventId, date, namespace) { argument
1451 date: date, property
1541 window.deleteEvent = function(calId, eventId, date, namespace) { argument
1548 date: date, property
1667 date: date, property
1671 time: time, property
1778 window.highlightEvent = function(calId, eventId, date) { argument
2151 window.toggleTaskComplete = function(calId, eventId, date, namespace, completed) { argument
2156 date: date, property
3275 … evt1.conflictsWith.push({id: evt2.id, title: evt2.title, time: evt2.time, endTime: evt2.endTime}); property
3276 … evt2.conflictsWith.push({id: evt1.id, title: evt1.title, time: evt1.time, endTime: evt1.endTime}); property
3697 window.jumpToDate = function(calId, date, namespace) { argument