Skip to main content
Solved

Is there a way to create a new event on outlook

  • February 22, 2025
  • 2 replies
  • 35 views

jxta

I want to connect my whatsapp bot so that users can create appointments from whatsapp connected with my outlook calendar (or other i can change calendars) and then send reminders for the appointments.

Best answer by rodrigo_silvano

Hey, ​@jxta 

It is totally possible to do that. You’ll need to use external requests block and Microsoft API.

I prefer to use Cal.com. It’s free, open source, and you can connect it to your Outlook calendar.

 

Some resources for you to take a look:

Cal.com API documentation: https://cal.com/docs/api-reference/v2/introduction

Microsoft API documentation: https://learn.microsoft.com/en-us/graph/outlook-calendar-concept-overview

External requests: https://help.manychat.com/hc/en-us/articles/14281285374364-Dev-Tools-External-request

 

Let me know if this helps 🙂

2 replies

rodrigo_silvano
Forum|alt.badge.img+4
  • Manychat Community Moderator
  • Answer
  • February 22, 2025

Hey, ​@jxta 

It is totally possible to do that. You’ll need to use external requests block and Microsoft API.

I prefer to use Cal.com. It’s free, open source, and you can connect it to your Outlook calendar.

 

Some resources for you to take a look:

Cal.com API documentation: https://cal.com/docs/api-reference/v2/introduction

Microsoft API documentation: https://learn.microsoft.com/en-us/graph/outlook-calendar-concept-overview

External requests: https://help.manychat.com/hc/en-us/articles/14281285374364-Dev-Tools-External-request

 

Let me know if this helps 🙂


jxta
  • Author
  • Up-and-Comer
  • February 23, 2025

Thank you so much, i will try to and let you know.