[null,null,["最終更新日 2025-02-16 UTC。"],[[["Google Workspace add-ons for conferencing can include optional settings pages built with standard HTML and CSS, hosted externally or within Apps Script."],["Add-on settings allow users to control details like logging out of the third-party system and are accessed via Google Calendar's settings."],["When building an external settings page, ensure elements interact correctly with the conferencing system and the add-on manifest links to its URL."],["Apps Script web apps offer an alternative hosting option, enabling communication with Google servers and dynamic content through templates."],["When using Apps Script for settings pages, maintain consistent project version numbers across deployments to ensure proper functionality."]]],["Google Workspace add-ons with conferencing features can have optional settings pages. Users access these pages through Google Calendar's add-on settings. Developers build settings pages using HTML and CSS, hosted either externally or within Apps Script. The settings page should allow users to adjust add-on behaviors, communicating with the third-party system to enact changes, storing data in user properties. To link externally, developers specify the URL in the add-on's manifest file. For Apps Script, they use web apps and must maintain consistent project versions between the add-on and settings page.\n"]]