I am trying to develop a Google Calendar add-on to integrate our software with Google Calendar, and am having trouble updating information once our software has been selected as a conferencing solution. Selecting our software from the conferencing solution dropdown correctly displays an Access Code, but I am trying to have this Access Code subsequently update after changing settings in the add-on menu. The AppScript documentation does not seem to have any information regarding updating already-created Conferencing Solutions, therefore I suspect the Conferencing Solution must be re-created when information to display changes.
Here is what my implementation for the entry point for our conferencing solution looks. I am trying to basically call "setAccessCode" again with a new access code.
Steps I have tried:
- Storing the original ConferenceDataService in storage and calling .setEntryPoint on it again with the new Access Code
- Calling the function defined in appscript.json for "onCreateFunction" for our conferencing solution again with the new data
Has anyone had any experience with this? Thanks in advance.