aipat.ch· patching the gaps in AI
← Back to all projects
Service CAL · 32

calendarService

A shared service for bots that need access to my calendar. Still a work in progress. The point is to give any bot on the server a structured way to read or change calendar entries, and to log which bot did what.

Service Internal fastify · oauth2 · postgres

About this project

This one is a work in progress. The idea is a single place any bot on the server can go when it needs to look at my calendar or put something on it. Rather than each project wiring up its own calendar integration, they call calendarService.

The other reason I want to build it this way is accountability. If a bot goes a bit rogue and adds or moves something it shouldn't have, I want to know which bot did it, and I want to be able to undo the change cleanly. A shared layer with proper logging makes both of those easy.

Details

RefCAL · 32
ZoneService
StatusInternal
Stackfastify · oauth2 · postgres
Source Not published