View, Import, and Export reminders!

This commit is contained in:
Bruno Bernardino
2024-03-30 12:54:49 +00:00
parent 0ffe4e03f1
commit 1a6cb96965
5 changed files with 161 additions and 15 deletions

View File

@@ -70,8 +70,6 @@ export const handler: Handlers<Data, FreshContextState> = {
calendarEvent.calendar_id = newCalendarId;
// TODO: More fields, attendees, recurrence
try {
if (!calendarEvent.title) {
throw new Error(`Title is required.`);