I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
function doGet() { return HtmlService.createHtmlOutputFromFile("index"); }
この機能がやること 指定したHTMLファイルを表示する
<!DOCTYPE html> <html> <body> <input type="time"> </body> </html>
これはHTML5文書です 時間の入力ボックスを置く
自分が指導・参加しているクラスの名称とIDを取得するコードを試しました 下記 Code.gs では pageSize で 100 を設定していますが 必ず 100件 返ってくるとは限らないらしいです https://developers.google.com/workspace/...