Azure AD to Microsoft Graph PowerShell

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 1

  • @aragaorj
    @aragaorj 4 месяца назад

    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 declined 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.
    I'm doing this in Powershell