add proof of concept for patterns
This commit is contained in:
@@ -3,9 +3,17 @@
|
||||
name: "Rechnung Gertrudenhof",
|
||||
pattern: Monthly(dom: 1),
|
||||
),
|
||||
(
|
||||
name: "Rechnung an lustige Leute",
|
||||
pattern: Monthly(dom: 4),
|
||||
),
|
||||
(
|
||||
name: "Cornelius hauen",
|
||||
pattern: Daily,
|
||||
),
|
||||
(
|
||||
name: "Rechnung STG",
|
||||
pattern: MonthlyOpt(dom: 1, months: [February, May, August, November]),
|
||||
pattern: MonthlyOpt(dom: 1, months: ["February", "May", "August", "November"]),
|
||||
),
|
||||
(
|
||||
name: "Kalender durchlesen",
|
||||
|
||||
Reference in New Issue
Block a user