Google Apps Script 入門教學,整合Google 日曆、Gmail、Line Notify、Line Bot......
達到工作自動化功能
回傳訊息再加一個「管理」 可以回到列表 button += render('tmp_button', {tmp_class: 'btn btn-xs btn...
客戶刪除 確認畫面:我們希望,點擊刪除後,有一個畫面可以確認 sweetalert2 官網:https://sweetalert2.github.io/...
window.operateEvents 'click .show': function (e, value, row, index) {//顯示單筆...
客戶管理 為了快速開發管理程式,適當的整理函式,讓管理程式可以重覆調用 路由 工作表 函式 取得工作表所有記錄資料get_data(sheet) /*...
函式 function sendToLineNotify(message, token) { //var token = "YOUR_LINE_...
設定Google日曆函式 函式說明:https://developers.google.com/apps-script/reference/calendar/...
my97datepicker 官網:http://www.my97.net/ 安裝: <!-- 調用 WdatePicker.js http://w...
ckeditor 官網:https://ckeditor.com/ckeditor-4/ 安裝: <!-- ckeditor --> <s...
GmailApp GmailApp.sendEmail()函數的基本用法: GmailApp.sendEmail(recipient, subject, bod...