Hello,
When I create a Calendar template screen, I also receive the dropdown that includes "Birthdays", "Holidays" and "Calendar".
I would like to limit the dropdown to only show Calendar, I have no need for Birthdays and Holidays.
Or at least that the Calendar is shown by default within the dropdown instead of Birthdays.
Can anyone help me with this?
Please see image attached for more info.
Thanks ahead, regards
Bran
I've used the formula you suggested and modified it slightly, and now I'm getting the result I wanted.
Filter(Office365Outlook.CalendarGetTables().value, DisplayName = "Calendar")
Thank you.
Hi @bblatnjak ,
Try using below formula in Items property of dropdown -
Filter(Office365Outlook.CalendarGetTablesV2().value.name, name="Calendar")
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional