We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830635b commit 53ba541Copy full SHA for 53ba541
src/calendar.mjs
@@ -44,7 +44,7 @@ export const findNextMeetingDate = async ({ properties }) => {
44
);
45
46
for (const event of filteredEvents) {
47
- // Get all rucurrences in our timeframe
+ // Get all recurrences in our timeframe
48
const duringOurTimeframe = event.rrule.between(weekStart, weekEnd);
49
50
if (duringOurTimeframe.length > 0) {
0 commit comments