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 85b2d12 commit 4044206Copy full SHA for 4044206
src/calendar.mjs
@@ -14,7 +14,7 @@ const getEventsFromCalendar = async url => {
14
/**
15
* 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
+ * @returns {Promise<Date>} The date of the next meeting
18
*/
19
export const findNextMeetingDate = async ({ properties }) => {
20
const now = new Date();
0 commit comments