Status Update
Comments
du...@google.com <du...@google.com>
du...@google.com <du...@google.com> #2
One reason that makes this option better than recent tasks:
I can't take a screenshot of outside the tasks.
I can't even take screenshot of the recent tasks itself.
See here:
https://issuetracker.google.com/issues/158720125
I can't take a screenshot of outside the tasks.
I can't even take screenshot of the recent tasks itself.
See here:
bb...@gmail.com <bb...@gmail.com> #3
Thank you for the report. We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
an...@quicklution.com <an...@quicklution.com> #4
I agree, biggest disappointment about the new power menu is the lack of the screenshot button
ma...@google.com <ma...@google.com> #5
Yeah bring it back please. I used it so often
Description
I checked "Run / Test as add-on" - the onOpen trigger works and menu appears:
I do not see entries for this point in time in the GCP "Operations Logging", although in Google Apps Script "My execution" status is Completed.
function onOpen(e) {
SpreadsheetApp.getUi()
.createAddonMenu()
.addItem('Send', 'CreateEvents')
.addItem('Show', 'showEvents')
.addSeparator()
.addSubMenu(SpreadsheetApp.getUi().createMenu('Delete Events')
.addItem('Delete', 'deleteEvents'))
.addToUi();
}
function onInstall(e) {
onOpen(e);
}
Scopes:
Add-on:
Please help.