Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: after a page refresh, events are not pushed to Google Calendar - EXO-65485 #78

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. fix: after a page refresh, events are not pushed to Google Calendar - E…

    …XO-65485 (#77)
    
    After a page reload, events are not pushed to Google calendar when they are created inside Agenda app.
    The issue is caused by the fact that after retriving the token from storage, the authentication is not redone and the canPush property is not recalculated again.
    The fix rechecks the permission, of the current user / connector configuration once the token is retrieved .
    ahamdi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bd624c8 View commit details
    Browse the repository at this point in the history