Daily Reminders in Sharepoint 2010
-
I have a Calendar (Event List) on my Sharepoint site and I want to send out a daily email containing a list of the next day's events (just the event titles would be fine). Can anyone point me in the right direction? I tried using a workflow but I couldn't figure out how to get multiple events in one email message. Any ideas you may have would be greatly appreciated. Joe.
-
I have a Calendar (Event List) on my Sharepoint site and I want to send out a daily email containing a list of the next day's events (just the event titles would be fine). Can anyone point me in the right direction? I tried using a workflow but I couldn't figure out how to get multiple events in one email message. Any ideas you may have would be greatly appreciated. Joe.
Your best bet would be to create a TimerJob that queries the calendar then formats and sends the email. You can change the schedule as to when it runs.
I know the language. I've read a book. - _Madmatt
-
Your best bet would be to create a TimerJob that queries the calendar then formats and sends the email. You can change the schedule as to when it runs.
I know the language. I've read a book. - _Madmatt
Thanks for the suggestion. I'll try it. Joe.