How to prompt user response on a standalone Google Script -


so in standalone google script, have take in user input allow me information user's google calendar.

the calendarapp object not have getui() method nor "tools > script editor" menu command.

so i've been told "the script can prompt user input , call on calendar api add calendar event."

i have no idea how prompt user standalone script without getui() method. thanks!


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -