我正在學習GAS。快速入門:管理Google表單響應中的應用腳本使用depecrated類&方法:ScriptProperties.getProperty(key)ie.ScriptProperties.getProperty('calId')。我已經向Google報告這是一個問題。有沒有更好的方法來編寫這個例子並獲得類似的結果?GAS:替代使用ScriptProperties.getProperty來檢索事件所需的ID
// Store the ID for the Calendar, which is needed to retrieve events by ID.
ScriptProperties.setProperty('calId', cal.getId());