Install
openclaw skills install calendar-reminderClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
每晚22:00自动扫描明天的Outlook日历,上午日程提前2小时提醒,下午日程12:00统一提醒,通过飞书发送通知。依赖 owa-outlook skill。
openclaw skills install calendar-reminder每晚 22:00 自动扫描明天的 Outlook 日历,按时间段设置提醒:
owa-outlook skill(提供 owa_calendar.py)openclaw CLIzoneinfo 模块)openclaw cron add \
--name "calendar-daily-scan" \
--cron "0 22 * * *" \
--tz "Asia/Shanghai" \
--session main \
--system-event "CALENDAR_SCAN: 请立即运行 python3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py 并等待完成" \
--description "每晚22:00扫描明天日历并设置提醒"
编辑 calendar_reminder.py,将 send_feishu 函数中的 target 改为你自己的飞书 open_id:
"--target", "user:ou_xxxxxxxxxxxxxxxx",
python3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py