feat(calendar): iCal import UI #140

Closed
opened 2026-03-28 18:57:57 +00:00 by barrettruth · 1 comment
barrettruth commented 2026-03-28 18:57:57 +00:00

Problem

The iCal import backend is fully implemented (parser, import logic with dedup, POST /api/import/ical route, comprehensive tests) but there's no UI to trigger it.

Solution

Add a file upload button in settings or calendar view that calls the existing POST /api/import/ical endpoint. Show import results (created/skipped/errors).

## Problem The iCal import backend is fully implemented (parser, import logic with dedup, `POST /api/import/ical` route, comprehensive tests) but there's no UI to trigger it. ## Solution Add a file upload button in settings or calendar view that calls the existing `POST /api/import/ical` endpoint. Show import results (created/skipped/errors).
barrettruth commented 2026-03-29 05:09:01 +00:00

iCal import UI added to settings page with file upload, optional category, and result feedback.

iCal import UI added to settings page with file upload, optional category, and result feedback.
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
barrettruth/delta#140
No description provided.