Home
last modified time | relevance | path

Searched refs:monthlyType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DRecurringSchedule.php34 protected $monthlyType = MonthlySchedule::class; variable in Google\\Service\\OSConfig\\RecurringSchedule
/plugin/calendar/
H A Daction.php277 $monthlyType = $INPUT->str('monthlyType', 'dayOfMonth');
284 …terval=$recurrenceInterval, weekDays=" . implode(',', $weekDays) . ", monthlyType='$monthlyType'");
437 … $weekDays, $monthlyType, $monthDay, $ordinalWeek, $ordinalDay, $generatedId);
1501 $recurrenceEnd, $weekDays, $monthlyType, $monthDay, argument
1583 if ($monthlyType === 'dayOfMonth') {
1664 $eventData['monthlyType'] = $monthlyType;
1665 if ($monthlyType === 'dayOfMonth') {
H A Dadmin.php3193 $monthlyType = $series['monthlyType'] ?? 'dayOfMonth';
3205 if ($monthlyType === 'dayOfMonth') {
4363 $monthlyType = $INPUT->str('monthly_type', '');
4438 if (!empty($monthlyType)) {
4439 $event['monthlyType'] = $monthlyType;
4440 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) {
4444 } elseif ($monthlyType === 'ordinalWeekday') {
4535 $monthlyType,
4557 if (!empty($monthlyType)) $newEvent['monthlyType'] = $monthlyType;
4558 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay;
[all …]
H A Dcalendar-main.js1638 let monthlyType = 'dayOfMonth';
1644 monthlyType = monthlyTypeRadio ? monthlyTypeRadio.value : 'dayOfMonth';
1646 if (monthlyType === 'dayOfMonth') {
1687 monthlyType: monthlyType, property
H A DCHANGELOG.md1149 - New parameters: recurrenceInterval, weekDays, monthlyType, monthDay, ordinalWeek, ordinalDay