danswer-ai / danswer

Gen-AI Chat for Teams - Think ChatGPT if it had access to your team's unique knowledge.
https://docs.danswer.dev/
Other
9.9k stars 1.13k forks source link

.ical Support for web & file connector #1212

Open 415matt opened 4 months ago

415matt commented 4 months ago

This feature would add support for indexing .ical files both static (via file connector) and dynamic, updating daily (via web connector).

Companies often publish org-wide calendars for meeting rooms, events etc. These calendars can be shared via .ical format as a url.

This feature would allow Danswer to answer event related queries such as

This shouldn't be a hard feature to implement, existing packages such as iCalendar exist to parse this format.

415matt commented 4 months ago

I'm planning on submitting a PR for this within the next 4-5 weeks