diff --git a/src/action.ts b/src/action.ts index 37bc5d9..3f0c976 100644 --- a/src/action.ts +++ b/src/action.ts @@ -174,7 +174,7 @@ export const actions: Record = { caller: CallerType.ContentScript, implementation: appendTextToDocument, }, - createCalendarEvent: { + createGoogleCalendarEvent: { name: "createGoogleCalendarEvent", displayName: "Create Google Calendar Event", description: "Create a new event in the user's primary Google Calendar.", diff --git a/src/retriever.ts b/src/retriever.ts index db8a65a..0fdb110 100644 --- a/src/retriever.ts +++ b/src/retriever.ts @@ -112,7 +112,7 @@ export const retrievers: Record = { caller: CallerType.ContentScript, implementation: getPageContent, }, - getCalendarEvents: { + getGoogleCalendarEvents: { name: "getGoogleCalendarEvents", displayName: "Get Google Calendar Events", description: