Forum Discussion
David Mutschlechner
Mar 23, 2020Copper Contributor
Exclude some folders (calendar, notes, tasks) from Default Retention Tag (move to Archive)
Hello, is there any way to exclude some folders like calendar, notes and tasks from the Default Retention Tag, that moves items older than the specified time to the Online Archive? I have a reten...
- Mar 23, 2020
It's not possible to apply a personal tag to Calendar via the client, but it is possible to do so programmatically via the EWS API. There's a sample script here: https://blogs.msdn.microsoft.com/emeamsgdev/2016/04/22/powershell-apply-retention-policies-or-auto-archive-settings-to-inbox-sub-folders/
VasilMichev
Mar 23, 2020MVP
It's not possible to apply a personal tag to Calendar via the client, but it is possible to do so programmatically via the EWS API. There's a sample script here: https://blogs.msdn.microsoft.com/emeamsgdev/2016/04/22/powershell-apply-retention-policies-or-auto-archive-settings-to-inbox-sub-folders/