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
| const CALLENDAR_ID = '<calendar_id>' | |
| const SHEET_ID = '<sheet_id>' | |
| function main() { | |
| // 現在の年と月を取得 | |
| const [year, month] = getCurrentYearMonth(); | |
| // 月の開始時刻と終了時刻を取得 | |
| const [startTime, endTime] = getCurrentMonthTimes(year, month); |
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
| ja: | |
| errors: | |
| messages: | |
| not_found: "は見つかりませんでした" | |
| # not_found: "not found" | |
| already_confirmed: "は既に登録済みです" | |
| # already_confirmed: "was already confirmed" | |
| not_locked: "は凍結されていません" | |
| # not_locked: "was not locked" |