We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14c27 commit 839246cCopy full SHA for 839246c
Settings.gs
@@ -50,7 +50,7 @@ sourceCalendars = [
50
51
//Additional properties below can be set from the default list above but customized to be calendar-specific. These are optional.
52
color: 5,
53
- filers: ['onlyFutureEvents'] //add a comma-separated list of all filter-ids you want to apply
+ filters: ['onlyFutureEvents'] //add a comma-separated list of all filter-ids you want to apply
54
} // use a comma after } if there are other calendars. No comma on last entry.
55
];
56
*/
@@ -112,4 +112,4 @@ const filters = {
112
comparison: ">",
113
offset: 14
114
}
115
-};
+};
0 commit comments