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
parent
c85f0650fe
commit
dc13c95644
|
@ -166,8 +166,7 @@ export const GoogleCalendarApiAdapter = (credential: Credential): CalendarApiAda
|
|||
},
|
||||
attendees: event.attendees,
|
||||
reminders: {
|
||||
useDefault: false,
|
||||
overrides: [{ method: "email", minutes: 10 }],
|
||||
useDefault: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue