Searched refs:recurrenceType (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| D | action.php | 62 $recurrenceType = $INPUT->str('recurrenceType', 'weekly'); 106 … $color, $isTask, $recurrenceType, $recurrenceEnd, $generatedId); 624 $description, $color, $isTask, $recurrenceType, argument 638 switch ($recurrenceType) {
|
| D | calendar-main.js | 1316 const recurrenceType = document.getElementById('event-recurrence-type-' + calId).value; 1345 recurrenceType: recurrenceType, property
|