HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
67 stars 8 forks source link

[FR] iCal Document Loader #7

Open HelgeSverre opened 1 year ago

HelgeSverre commented 1 year ago

.ical files are textual representation of calendar events.

It would be nice to be able to point to an ical url (example: public google calendar url) or pass in the content of an ical file (example: Email attachment for calendar invites), and turn an ical file into something an LLM could work with (meaning we would expand it into a text-only explanation/sentence).

Unsure how this would look like in practice though.