Moved general purpose functions to IzzComLib
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user