seitime-frappe/frappe/custom
Anoop c44e278fed
feat: add video conferencing option (Google Meet) to Google Calendar integration (#17851)
* feat: add video conferencing (via google meet) for events syncing with google calendar

* fix: unset add_video_conferencing if sync_with_google_calendar not enabled

* fix: remove conference data if add_video_conferencing disabled during update

* fix: restrict add conferencing if event_category in Event, Meeting and Other

* fix: save meet link while pulling from calendar
updated response API Response comment with conference details
show google calendar section if pulled from google calendar

* feat: show link to join video conference with google meet

* fix(style): linter errors

* fix(style): linter errors

* fix: set conferenceDataVersion 1 only if google meet conferencing enabled
remove google meet link from event needs both conferenceData as null and conferenceDataVersion 1

* Update frappe/desk/doctype/event/event.py

show add_video_conferencing for events of all categories

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>

* Update frappe/desk/doctype/event/event.json

show add_video_conferencing for events of all categories

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>

* fix: handle empty ends_on, use starts_on

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>

* fix: do not update Event modified time on db set meet link

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>

* fix: add email field event participants table
set email from linked contact
google calendar event to use event participant email as attendees

* fix: attendees not cleared from google calendar event

* fix(style): linter suggestions

* fix: make email field non-read only, called set_participants_email from before_save hook

* test: update new no of fields in event doctype in test_fetch_to_customize

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
2022-10-18 19:07:48 +05:30
..
doctype feat: add video conferencing option (Google Meet) to Google Calendar integration (#17851) 2022-10-18 19:07:48 +05:30
fixtures test: import single doctype 2021-12-23 22:13:51 +05:30
form_tour/custom_field fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
module_onboarding/customization fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
onboarding_step fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
workspace/customization feat: review Custom and Build workspace, move background Job to Build Workspace (#17981) 2022-09-02 11:20:59 +05:30
__init__.py [refactor] custom 2014-09-29 12:21:11 +05:30