contacts: support multiple address book collections
Migadu exposes "family" and "business" address books via CardDAV. The contacts script now searches all subdirs under contacts/ and adds new contacts to the "family" collection by default.
This commit is contained in:
2
TOOLS.md
2
TOOLS.md
@@ -51,7 +51,7 @@ cat msg.txt | $HIMALAYA template send # 发送邮件(校验收件人)
|
||||
### 通讯录(contacts)
|
||||
|
||||
**目录**: `~/.openclaw/workspace/skills/contacts/`
|
||||
**数据**: `~/.openclaw/workspace/contacts/default/`(vCard .vcf 文件,CardDAV 同步)
|
||||
**数据**: `~/.openclaw/workspace/contacts/`(vCard .vcf 文件,按 Migadu 地址簿分目录,CardDAV 同步)
|
||||
|
||||
```bash
|
||||
CONTACTS=~/.openclaw/workspace/skills/contacts/scripts/contacts.sh
|
||||
|
||||
Reference in New Issue
Block a user