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 53ba541 commit 85b2d12Copy full SHA for 85b2d12
src/calendar.mjs
@@ -12,7 +12,7 @@ const getEventsFromCalendar = async url => {
12
};
13
14
/**
15
- * Finds the next meeting event in Google Calendar for the current week
+ * Finds the next meeting event in any iCal feed for the current week
16
* @param {import('./types').MeetingConfig} meetingConfig - Meeting configuration object
17
* @returns {Promise<Date>} Calendar event object
18
*/
0 commit comments