Files
skald-connectors/connectors/gcal/icon_sm.svg
T
dguiducci 3a3bc4e1e9 Add Google Calendar connector (gcal)
- connector.json: OAuth Google, scope https://www.googleapis.com/auth/calendar
  deliver: file/google_authorized_user → {secrets}/google_creds.json
  mcp_config.env.GOOGLE_CREDS_PATH = {secrets}/google_creds.json
- verify.py: loads creds + API probe (calendarList.list)
- gcal_mcp_server.py: 8 tools (status, list_calendars, list_events,
  get_event, create_event, update_event, delete_event, respond_to_event)
  + push notification polling
- icons: calendar SVG (48px + 96px)
- connectors.json index: gcal entry with auth + sha256
- SKALD.md: tabella connector + stato verify aggiornati
2026-07-17 20:53:38 +01:00

8 lines
473 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
<rect x="4" y="8" width="40" height="36" rx="4" fill="#4285F4"/>
<rect x="4" y="8" width="40" height="8" rx="4" fill="#357AE8"/>
<rect x="9" y="2" width="4" height="8" rx="2" fill="#666"/>
<rect x="35" y="2" width="4" height="8" rx="2" fill="#666"/>
<text x="24" y="33" text-anchor="middle" font-family="sans-serif" font-size="16" font-weight="bold" fill="#fff">17</text>
</svg>