Skip to content

Commit 0951fea

Browse files
committed
fixup!
1 parent 4044206 commit 0951fea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/calendar.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const findNextMeetingDate = async ({ properties }) => {
4545

4646
for (const event of filteredEvents) {
4747
// Get all recurrences in our timeframe
48+
event.rrule.options.tzid = event.tzid;
4849
const duringOurTimeframe = event.rrule.between(weekStart, weekEnd);
4950

5051
if (duringOurTimeframe.length > 0) {

templates/meeting_base_web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CALENDAR_FILTER="Web Team Meeting"
1+
CALENDAR_FILTER="Web Team Monthly"
22
ICAL_URL="https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IV4HSQA1"
33
USER="nodejs"
44
REPO="web-team"

0 commit comments

Comments
 (0)