gws-workflow-email-to-task
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseworkflow +email-to-task
workflow +email-to-task
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Convert a Gmail message into a Google Tasks entry
前置要求: 请阅读了解认证、全局标志和安全规则。如果该文件缺失,请运行../gws-shared/SKILL.md命令生成它。gws generate-skills
将Gmail邮件转换为Google Tasks任务条目
Usage
使用方法
bash
gws workflow +email-to-task --message-id <ID>bash
gws workflow +email-to-task --message-id <ID>Flags
标志参数
| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | Gmail message ID to convert |
| — | @default | Task list ID (default: @default) |
| 标志参数 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|
| ✓ | — | 需要转换的Gmail邮件ID |
| — | @default | 任务列表ID(默认值:@default) |
Examples
示例
bash
gws workflow +email-to-task --message-id MSG_ID
gws workflow +email-to-task --message-id MSG_ID --tasklist LIST_IDbash
gws workflow +email-to-task --message-id MSG_ID
gws workflow +email-to-task --message-id MSG_ID --tasklist LIST_IDTips
提示
- Reads the email subject as the task title and snippet as notes.
- Creates a new task — confirm with the user before executing.
- 将邮件主题作为任务标题,邮件摘要作为任务备注。
- 创建新任务前需先征得用户确认再执行。
See Also
另请参阅
- gws-shared — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands
- gws-shared — 全局标志和认证相关内容
- gws-workflow — 所有跨服务生产力工作流命令