24 lines
784 B
Markdown
24 lines
784 B
Markdown
---
|
||
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]]:接收日历摘要的通知渠道 |