Create N8N workflow node for automated migrations #14

Open
opened 2025-10-28 19:47:00 +00:00 by PhilflowIO · 0 comments
PhilflowIO commented 2025-10-28 19:47:00 +00:00 (Migrated from github.com)

Build an N8N node to enable calendar migrations in automated workflows.

Requirements:

  • Node accepts source/target configuration
  • Triggers migration on schedule or webhook
  • Returns migration summary
  • Error handling and retries

Use Cases:

  • Scheduled daily sync (incremental)
  • Webhook-triggered migration (when new calendar created)
  • Multi-tenant migrations (batch process multiple accounts)

Technical Details:

  • Package as n8n-nodes-dav-migrate
  • Reuse MigrationEngine from core
  • Follow N8N node development guidelines

Estimated Effort: Medium (3-4 days)

Related to: DAV Migration CLI - Phase 3

Build an N8N node to enable calendar migrations in automated workflows. **Requirements:** - Node accepts source/target configuration - Triggers migration on schedule or webhook - Returns migration summary - Error handling and retries **Use Cases:** - Scheduled daily sync (incremental) - Webhook-triggered migration (when new calendar created) - Multi-tenant migrations (batch process multiple accounts) **Technical Details:** - Package as `n8n-nodes-dav-migrate` - Reuse `MigrationEngine` from core - Follow N8N node development guidelines **Estimated Effort:** Medium (3-4 days) **Related to:** DAV Migration CLI - Phase 3
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Phil/tsdav#14
No description provided.