Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas0b1011001 authored Oct 23, 2024
1 parent 6b14c27 commit 839246c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Settings.gs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sourceCalendars = [
//Additional properties below can be set from the default list above but customized to be calendar-specific. These are optional.
color: 5,
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
} // use a comma after } if there are other calendars. No comma on last entry.
];
*/
Expand Down Expand Up @@ -112,4 +112,4 @@ const filters = {
comparison: ">",
offset: 14
}
};
};

0 comments on commit 839246c

Please sign in to comment.