How to add reoccurring calendar items to everyone's mailbox?
We're running Exchange 2013 on-prem and clients have Outlook 2013. Our fiscal department would like to add a reoccurring biweekly reminder on all user's calendars that timesheets are due. Is this possible?
July 2nd, 2015 11:23am

We're running Exchange 2013 on-prem and clients have Outlook 2013. Our fiscal department would like to add a reoccurring biweekly reminder on all user's calendars that timesheets are due. Is this possible?
I would just create a Distribution group that has everyone in it, and then send out a reocurring invite ot the entire organization.
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2015 3:00pm

The problem is that not everyone will accept it.
July 2nd, 2015 3:23pm

Force everyone to atleast tentatively accept calendar invites using the following command:

Set-CalendarProcessing mailbox -TentativePendingApproval $true

For every mailbox:

Get-Mailbox -Result Size Unlimited | Set-CalendarProcessing -TentativePendingApproval $true

Or you would have to play with the the EWS API's to add it for everyone.

https://code.msdn.microsoft.com/exchange/Exchange-2013-101-Code-3c38582c

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2015 3:43pm

Hi Carltonw,

Thank you for your question.

I am sorry that we could not add a  biweekly remainder.  We just add reminder every week as the following snapshot:

If there are any questions regarding this issue, please be free to let me know.

Best Regard,

Jim

July 3rd, 2015 3:20am

That would work except users can delete it before it's added to their calendar.

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 8:59am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics