godcrm/backend/calendar-sync-rules.json
GOD CRM Release f89e074dd1
Some checks failed
CI / Lint / Typecheck / Test / Build (push) Has been cancelled
CI / PostgreSQL Integration Tests (push) Has been cancelled
GOD CRM — public scrubbed snapshot
Governed substrate for autonomous agents: scoped identity (passports),
audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
2026-08-10 04:01:45 +03:00

35 lines
896 B
JSON

{
"enabled": true,
"rules": [
{
"id": "rule_personal_events",
"name": "Personal Calendar → Tickets",
"calendar_id": null,
"calendar_name": "geramonnn@gmail.com",
"keyword_filter": null,
"exclude_filter": "праздник|holiday|birthday",
"priority": 24272,
"type": 24269,
"state": 24275,
"assigned_to": null,
"tickets_table_id": 1708,
"enabled": false
},
{
"id": "rule_family_tasks",
"name": "Family Calendar → Tickets",
"calendar_id": null,
"calendar_name": "Семейная группа",
"keyword_filter": null,
"exclude_filter": null,
"priority": 24272,
"type": 24269,
"state": 24275,
"assigned_to": null,
"tickets_table_id": 1708,
"enabled": false
}
],
"updated_at": "2026-02-23T15:00:00.000Z",
"updated_by": 1
}