Power Automate - How to filter calendar events filtered by categories (single/multiple)?

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • This video explains how to filter calendar events by categories.
    Expression I used in this video is:
    @or(contains(item()?['categories'], 'Blue category'),contains(item()?['categories'], 'Red category'),contains(item()?['categories'], 'Green category'))

КОМЕНТАРІ • 7

  • @stephanedenis5394
    @stephanedenis5394 Рік тому +1

    Very interesting. Thank you very much .

    • @abm4975
      @abm4975  Рік тому

      You are very welcome

  • @roxasdracun8661
    @roxasdracun8661 3 місяці тому +1

    Kinda similar to what I wan to do ,but I want to assign the category to the even itself. Example: New event arrives, person accepts _> GREEN category or person declines _> RED Category

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

      I haven't tried that. Looks like its possible. Have a look on API.

    • @roxasdracun8661
      @roxasdracun8661 3 місяці тому +1

      @@abm4975 I been trying on it

  • @mgtd1138
    @mgtd1138 Рік тому

    Cool video. How about setting up the work week for a daily mail?

    • @abm4975
      @abm4975  Рік тому

      Thanks a lot. Setup a scheduled flow which runs daily and check for day of the week is a work week or not. Use dayOfWeek() expression to find which day of the week it is.
      Thanks