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]google_calendar: Fix sync calendar error v16: KeyError on entryP… #160068

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from

Conversation

javierjcf
Copy link
Contributor

Description of the issue/feature this PR addresses:

Fyx sync with google calendar like in this v15 PR: #125788

Current behavior before PR:

Traceback (most recent call last):
  File "/odoo/src/odoo/http.py", line 643, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo/src/odoo/http.py", line 301, in _handle_exception
    raise exception.with_traceback(None) from new_cause
KeyError: 'entryPointType'

Desired behavior after PR is merged:
No key Error


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo
Copy link
Contributor

robodoo commented Apr 1, 2024

Pull request status dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants