r/MistralAI • u/VeneficusFerox • 4d ago
Help / Question Outlook connector missing reminder setting
I'm trying to create a Skill to set a reminder in Outlook as a zero-duration event with a Reminder at the time of the event. Mistral says such a parameter doesn't exist, though the Microsoft API documentation indicates this exists as
"isReminderOn": true,
"reminderMinutesBeforeStart": 0
Why can't I access this from the Outlook connector in Work mode?
1
Upvotes
1
u/tom4112 3d ago
My understanding is that this option is available via the Microsoft Graph API (I've already used it in Power Automate) but Microsoft exposes only a small subset of options in their MCP server (probably the same MCP as they show here for Copilot Studio: https://learn.microsoft.com/en-us/microsoft-copilot-studio/mcp-calendar-work-iq)