且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Google Apps脚本 - 修改日历界面&行为

更新时间:2023-12-05 20:39:40

https://developers.google.com/apps-script/service_calendar 详情

NO。无法将小部件添加到日历界面。 3)消费者和Apps for Business帐户之间的唯一区别是配额限制和一些涉及用户身份识别的次要功能。

We have a client that owns Google Apps Business Edition account and wants to modify the default UI and Behavior of their Google Calendar page.

We've done our research on Google Calendar API v3 and its features to interact with the Google Calendar service.

So what we'd like to know is:

1) We know that we can't modify Calendar's UI or behavior using it, but we wonder if Google Apps Scripts provides hook methods to interact with the Calendar.For example, when you create an event from the UI.

2) It is possible to add widgets to Spreadsheet, as in SpreadsheetApp.getActiveSpreadsheet().show(app) Is it possible to add widgets to the Calendar UI in the same manner?

3) Do Google Apps Business Edition accounts count with any extra features for Google Apps Scripts as Calendar API v3 does?

We're new to this product as you can see; so let me apologize in advance for the newbie questions.

Thanks

1) Yes. Have a look at https://developers.google.com/apps-script/service_calendar for details

2) NO. It is not possible to add widgets to your Calendar interface.

3) The only difference between a consumer and Apps for Business account are the quota limits and some minor features dealing with user identification.