Microsoft Teams Birthday App 1/2 with automated reminders for upcoming Birthdays

10 months ago
20

Microsoft Teams Birthday App 1/2 with automated reminders for upcoming Birthdays

👉 Hey welcome to WeTechCareOfYou!
If you are a returning subscriber we wish to say thankyou!
If you are new to the channel, please subscribe as we release a new video every week. If you have any questions around our videos please just leave a comment and we will get back to you. If you would like to discuss a project or require set hours for development, support or maintenance then please email Admin@WeTechCareOfYou.com or complete a form here: https://wetechcareofyou.com/contact/
Kind Regards,
The WeTechCareOfYou Team 💙

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 before 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.

Microsoft Teams Birthday App 2/2 - addon to automatically copy birthdays to next year https://youtu.be/M9HimavxMbM

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')

Loading comments...