calendar: remove self-notification emails (CalDAV sync replaces them)
Remove three redundant email flows since all devices sync via CalDAV: - Auto-adding mail@luyx.org as attendee on outgoing invites - Forwarding invites to mail@luyx.org on accept/tentative - Emailing todos to mail@luyx.org on todo add
This commit is contained in:
@@ -5,7 +5,7 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_
|
||||
## 📝 重要规则
|
||||
|
||||
### 邮件发送规则(v2)
|
||||
- **youlu@luyanxin.com → mail@luyx.org**: 直接发送,无需确认(用户 SimpleLogin 别名,日历邀请自动抄送)
|
||||
- **youlu@luyanxin.com → mail@luyx.org**: 直接发送,无需确认(用户 SimpleLogin 别名)
|
||||
- 其他所有对外邮件: 仍需确认
|
||||
|
||||
### 代码审查规则
|
||||
@@ -88,8 +88,8 @@ _这份文件记录持续性项目和重要状态,跨会话保留。_
|
||||
- 运行方式: `uv run`(依赖 `icalendar` 库)
|
||||
|
||||
**功能**:
|
||||
- 发送日历邀请(自动添加 mail@luyx.org 为参与者)
|
||||
- 接受/拒绝/暂定回复邀请(自动转发给 mail@luyx.org)
|
||||
- 发送日历邀请给外部收件人
|
||||
- 接受/拒绝/暂定回复邀请(回复给 organizer)
|
||||
- VTODO 待办管理(add/list/complete/delete/check)
|
||||
- 发送/回复/待办操作后自动 `vdirsyncer sync` 同步到 CalDAV
|
||||
- 心跳定期同步日历
|
||||
|
||||
Reference in New Issue
Block a user