Using Microsoft Graph to retrieve emails and calendar events for your solution

Поділитися
Вставка
  • Опубліковано 26 жов 2024
  • 📺 In this session, Dan Wahlin from Microsoft demonstrates the process of using Microsoft Graph to retrieve emails and calendar events for solutions. This tutorial is particularly beneficial for developers looking to integrate Microsoft 365 functionalities into their applications, enhancing their solutions with rich data from emails and calendars.
    This presentation was part of the Microsoft 365 & Power Platform weekly call on the 28th of November, 2023.
    ✨ Presenter
    Dan Wahlin (Microsoft) | @DanWahlin
    🔗 Relevant resources:
    Dan Wahlin's Azure Communication Services Documentation: codewithdan.me...
    Integrating Azure OpenAI Service with Microsoft Graph: aka.ms/openai-...
    Azure Communication Services UI Library: azure.github.i...
    Overview of Azure Communication Services on Microsoft Learn: learn.microsof...
    Integrating OpenAI, Communication, and Organizational Data into Line of Business Apps: learn.microsof...
    Microsoft Graph Toolkit Search Results component: learn.microsof...
    Microsoft Graph Toolkit Playground: mgt.dev/?path=...
    Microsoft Copilots information: aka.ms/Microso...
    Session summary: warner.digital...
    💡 Built something cool for Microsoft 365 or Power Platform? We are always looking for presenters - Volunteer for a community call demo at aka.ms/communi...
    💡 Learn more about the Microsoft 365 & Power Platform community:
    • Unified Sample gallery - aka.ms/communi...
    • Community in UA-cam - • Microsoft 365 & Power ...
    • Microsoft 365 & Power Platform - aka.ms/communit...
    Sharing is caring! You are awesome! 🧡

КОМЕНТАРІ • 1

  • @aragaorj
    @aragaorj 3 місяці тому

    I needed to understand how to search for the type of event that occurred with a schedule.
    For example, when it is canceled there is the iscanceled attribute, but for appointments that have been declined and are still listed on the calendar, how do I get their status? I already did a search and didn't find this.
    My purpose is to program a script to search for declined appointments and delete them automatically.