~cytrogen/.emacs.d

ref: df10ed13470f3f18a090490bd2680abe65f24ba5 .emacs.d/config/pkg-calendar.el -rw-r--r-- 8.0 KiB
df10ed13 — Cytrogen a month ago
feat(calendar): 添加 Google Calendar/Tasks 双向同步

- org-gcal 双向同步 Google Calendar 事件到 calendar.org
- calfw + calfw-org 可视化日历界面
- org-gtasks 可选集成(从 site-lisp/ 加载)
- OAuth2 凭据从外部文件 calendar-secrets.el 加载(已 gitignore)
- 自动同步:打开 agenda 时防抖同步(间隔 300 秒)
- 添加日历 Capture 模板(advice 注入 org-structure 之后)
- 自定义 Agenda 视图:今日/本周/本月日历
- 交互命令:my/calendar-open, my/calendar-sync, my/calendar-push