I am developing google calendar add-on using CardService
, Is there any method available for adding password input box in calendar add-on using apps script.
For other google services, It can be added using HTML Service
and by using SpreadsheetApp.getUi()
like method, for calendar .getUi()
does not seem to be available.
Does anyone have an idea about this? Thanks in advance.