Favour the user's default calendar notification settings without overriding (#1259)

If people want emails for every event on their calendar, they can set that up.
pull/1258/head^2
Rory Hughes 2021-12-06 13:24:32 +00:00 committed by GitHub
parent c85f0650fe
commit dc13c95644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -166,8 +166,7 @@ export const GoogleCalendarApiAdapter = (credential: Credential): CalendarApiAda
},
attendees: event.attendees,
reminders: {
useDefault: false,
overrides: [{ method: "email", minutes: 10 }],
useDefault: true,
},
};