calendar service

This commit is contained in:
Arjun 2026-04-25 19:55:29 +05:30
parent 8602330bbc
commit d363363b70
8 changed files with 310 additions and 11 deletions

View file

@ -298,6 +298,13 @@ const ipcSchemas = {
}),
res: z.null(),
},
'app:takeMeetingNotes': {
req: z.object({
// Pass the raw calendar event JSON through; renderer adapts to its existing flow.
event: z.unknown(),
}),
res: z.null(),
},
'app:consumePendingDeepLink': {
req: z.null(),
res: z.object({