コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4593 ビュー

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

アバター
破棄
著作者 最善の回答

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.


アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 20
5336
4
7月 24
11208
1
5月 23
6165
0
11月 22
3175
1
9月 25
16198