Skip to content

Commit 85b2d12

Browse files
avivkellerCopilot
andauthored
Update src/calendar.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 53ba541 commit 85b2d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const getEventsFromCalendar = async url => {
1212
};
1313

1414
/**
15-
* Finds the next meeting event in Google Calendar for the current week
15+
* Finds the next meeting event in any iCal feed for the current week
1616
* @param {import('./types').MeetingConfig} meetingConfig - Meeting configuration object
1717
* @returns {Promise<Date>} Calendar event object
1818
*/

0 commit comments

Comments
 (0)