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 4044206 commit 0951feaCopy full SHA for 0951fea
src/calendar.mjs
@@ -45,6 +45,7 @@ export const findNextMeetingDate = async ({ properties }) => {
45
46
for (const event of filteredEvents) {
47
// Get all recurrences in our timeframe
48
+ event.rrule.options.tzid = event.tzid;
49
const duringOurTimeframe = event.rrule.between(weekStart, weekEnd);
50
51
if (duringOurTimeframe.length > 0) {
templates/meeting_base_web
@@ -1,4 +1,4 @@
1
-CALENDAR_FILTER="Web Team Meeting"
+CALENDAR_FILTER="Web Team Monthly"
2
ICAL_URL="https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IV4HSQA1"
3
USER="nodejs"
4
REPO="web-team"
0 commit comments