Auto-sync: 2026-04-17 22:17

This commit is contained in:
2026-04-17 22:17:27 +08:00
parent 52f4a5acad
commit 76a9b34042
32 changed files with 902 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
---
id: google-calendar
title: "Google Calendar"
type: entity
tags: []
last_updated: 2026-04-17
---
## Definition
Google Calendar 是 Google 的在线日历服务,提供 API 接口支持日历读取和事件创建。本用例中作为工作日历和家庭日历的主要数据来源。
## Use Cases
- 工作日历:需要 OAuth 授权的只读访问
- 家庭日历:共享视图的读写访问
- 事件创建:自动从消息中识别并创建日历事件
## Related Concepts
- [[早晨简报]]:聚合多个日历来源的每日摘要
- [[驾驶时间缓冲]]:在日历事件前后自动添加出行时间
- [[iCal]]Apple Calendar 的访问方式
## Related Entities
- [[OpenClaw]]:通过 API 访问 Google Calendar
- [[Telegram]]:接收日历摘要的通知渠道