This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Gmailのカード利用通知を、スプレに転記する処理をまとめたgsファイル。 | |
| */ | |
| const spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); | |
| const PAYMENT_MANAGEMENT_SHEET_NAME = "支出管理シート"; | |
| /** | |
| * この処理を時間トリガーで毎分実行する | |
| */ |