token = '<<自分のSlackのtoken>>' # Slackのtoken channel_id = '<<投稿するチャンネルのid>>' # チャンネルID https://api.slack.com/methods/channels.list/testで調べられる calendar_id = '<<カレンダーid>>' bot_name = 'notify' bot_icon = ':robot_face:' isDebug = true ### Post処理メイン ### doPost = -> now = new Date() endTime = new Date(now) endTime.setDate(endTime.getDate() + 7) # 1週間先までの予定の通知を調べます message = listupEventNotify(calendar_id,