View, Import, and Export recurrence!

This commit is contained in:
Bruno Bernardino
2024-03-30 18:08:19 +00:00
parent 1a6cb96965
commit 87b94e9eec
3 changed files with 183 additions and 6 deletions

View File

@@ -43,6 +43,8 @@ export async function getCalendarEvents(
],
);
// TODO: Fetch initial recurring events and calculate any necessary to create/show for the date range
return calendarEvents;
}
}