This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
[$80] Delete/Re-connect Calendar Integration #531
Comments
Hi @maxceem, I can work on this issue. |
thanks, assigned. |
This was referenced Oct 29, 2021
Hi @maxceem , I created these two PRs for this issue: |
@maxceem when connecting to a second google calender while one is already connected, the UI still shows the previously connected email id. 2021-11-03_13-45-32.mp4 |
Verified in Dev, the conencted email is displayed correct. |
Removing the milestone since this feature was disabled in the current production release #598 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once user connects calendar its shown here
At the moment there issue, it shows
undefined
, but it has to show the email address which has been used to connect calendar.The main task
undefined
.remove
button (it was already implemented using mock API, there might be small integration issues to fix)TaaS API
email
for each connected calendars of the user. So objects insideUserMeetingSettings.nylasCalendars
should haveemail
field.email
insideUserMeetingSettings.nylasCalendars[*].email
when saving or updating calendargetAccessToken
The text was updated successfully, but these errors were encountered: