Microsoft Teams Birthday App with automated reminders for upcoming Birthdays
This tutorial shows to how to create a Birthday App using Microsoft Teams, SharePoint and Power Automate. The app will post a message into the Team 7 days befre a birthday is coming up and will also post another message in the Team on the day of the Birthday. In the Team is also a Calendar view populated with your birthdays and also a tab to add new birthdays to the calendar.
Commands Used:
formatDateTime(items(‘Apply_to_each’)?[‘Birthday’], ‘yyyy-MM-dd’)
formatDateTime(addDays(utcNow(),+7), ‘yyyy-MM-dd’)
formatDateTime(items(‘Apply_to_each’)?[‘Birthday’], ‘yyyy-MM-dd’)
formatDateTime(utcNow(), ‘yyyy-MM-dd’)
You can watch the full video here:
https://youtu.be/rQ29PmEOBKQ