Moved general purpose functions to IzzComLib

This commit is contained in:
2024-10-16 18:55:09 -05:00
parent 193f7f2bf8
commit be2d5661d4
3 changed files with 15 additions and 94 deletions

View File

@@ -6,13 +6,13 @@
"mon": [
"Monday Event"
],
"tues": [
"tue": [
"Tuesday Event"
],
"wed": [
"Wednesday Event"
],
"thurs": [
"thu": [
"Thursday Event"
],
"fri": [
@@ -27,8 +27,8 @@
"jan01": [
"Example event to be triggered on January 1st."
],
"jan01-2000": [
"Example event to be triggered specifically on January 1st, 2000.",
"2000-01-01": [
"Example event to be triggered specifically on January 1st, 2000. (YYYY-MM-DD)",
"Entries that are more specific take precedence over less-specific entries."
]
}