- Local time
- Today, 06:09
- Joined
- Jul 9, 2003
- Messages
- 17,315
Demonstrating how we can use the Microsoft Graph REST API to create new Outlook.com calendar events from our Microsoft Access application using a simple VBA functions. From D Pineault....
See this insightful video by Daniel, where he delves into using REST APIs to create events in the Outlook calendar via the Microsoft Graph API. His step-by-step approach is invaluable, especially for those looking to build similar functionalities.
Key highlights include:
- **Introduction to REST APIs**
- **Building the Function**
- **Breaking Down the Documentation**
- **Handling Authentication and Tokens**
Microsoft Graph REST API - Creating Calendar Events via Outlook
See this insightful video by Daniel, where he delves into using REST APIs to create events in the Outlook calendar via the Microsoft Graph API. His step-by-step approach is invaluable, especially for those looking to build similar functionalities.
Key highlights include:
- **Introduction to REST APIs**
- **Building the Function**
- **Breaking Down the Documentation**
- **Handling Authentication and Tokens**
- Creating JSON Requests https://youtu.be/SDz-H29J0rs?si=pRdGym2GTqqFX6vN&t=851
- Debugging Tips https://youtu.be/SDz-H29J0rs?si=pRdGym2GTqqFX6vN&t=1468
Blog:-
Use The Microsoft Graph REST API To Create An Event In The User’s Calendar
Demonstrating how we can employ the Microsoft Graph REST API in VBA to create events in your Outlook.com calendar with the use of a single function!www.devhut.net
Last edited: