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.
This commit is contained in:
parent
c85f0650fe
commit
dc13c95644
1 changed files with 1 additions and 2 deletions
|
@ -166,8 +166,7 @@ export const GoogleCalendarApiAdapter = (credential: Credential): CalendarApiAda
|
||||||
},
|
},
|
||||||
attendees: event.attendees,
|
attendees: event.attendees,
|
||||||
reminders: {
|
reminders: {
|
||||||
useDefault: false,
|
useDefault: true,
|
||||||
overrides: [{ method: "email", minutes: 10 }],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue