Milestone v1.0: FamilySync MVP #1

Merged
luckberg merged 376 commits from gsd/v1.0-milestone into main 2026-06-10 17:39:19 -04:00
Showing only changes of commit 0c0bcefeef - Show all commits
+2
View File
@@ -106,6 +106,7 @@ export async function syncCalendar(
calendarId: cal.id,
uid,
etag: obj.etag ?? null,
objectUrl: obj.url ?? null,
rawVevent: obj.data as string,
dtstartUtc: dtstartUtcValue,
dtstartDate: dtstartDateValue,
@@ -115,6 +116,7 @@ export async function syncCalendar(
.onDuplicateKeyUpdate({
set: {
etag: obj.etag ?? null,
objectUrl: obj.url ?? null,
rawVevent: obj.data as string,
dtstartUtc: dtstartUtcValue,
dtstartDate: dtstartDateValue,