Turn Slack mentions into a helpful calendar assistant for your team. Colleagues ask a question in Slack and get fast answers or a new event created in Outlook. Great for teams that want quick scheduling without switching apps.
When someone mentions the bot, a webhook catches the message and filters out Slack URL checks. The message is cleaned to pull the channel, thread, user, and text. An AI agent uses OpenAI with Outlook tools to search events, list calendars, and create meetings. A simple memory ties the session to the user and thread, so follow up questions stay on track. The assistant posts the answer back in the same Slack thread.
You need a Slack app with event subscriptions, an Outlook account with calendar access, and an OpenAI key. After the webhook is verified and credentials are set, teammates can ask things like check my meetings on Friday or create a 30 minute sync with Alex tomorrow at 2 pm. Most teams cut scheduling time per request from 15 minutes to under 2 minutes and avoid back and forth messages. This setup also works with shared calendars when permissions allow.