Skip to Content
Menu
This question has been flagged
1 Reply
4518 Views

Hi all,

I want to add google meeting link when syncing data from google calendar then update to odoo calendar. So how can I do it?

Thanks

Avatar
Discard
Author Best Answer

In module google_calendar go to file google_calendar.py search function update_from_google: add this in res.update

'google_meeting_link': single_event_dict.get('hangoutLink', False)

Then create new field in calendar_event: google_meeting_link

That's it when google calendar has meeting link. It's synchronized to odoo calendar.


Avatar
Discard
Related Posts Replies Views Activity
1
Jul 20
5208
4
Jul 24
11067
1
May 23
6037
0
Nov 22
3011
1
Sep 25
16080