feat: map Google Calendar events to read-only Delta tasks #447
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#447
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #123
Depends on: #444, #446
Related: #290
Problem
Before wiring a pull route, Delta needs a well-tested mapper from Google Calendar event payloads into read-only Delta task rows plus external-link metadata. This mapper must preserve future-use data without prematurely building UI for every Google Calendar feature.
Decisions
eventTypes.{calendarId}:{event.id}.calendarId,eventId,iCalUID,etag,updated,sequence,eventType, status, visibility, transparency, source calendar attributes, and raw useful payload in metadata.meetingUrl.private eventwith[private]source metadata.transparency, and can render quieter later..icsduplicates by matchingiCalUID; report them as duplicate skipped instead of auto-linking or creating duplicates.Recurrence decisions
exdateson the master.Acceptance criteria
Non-goals