- AskCody Help Center
- Integrations and Security
- Microsoft Exchange and Exchange Online
-
Implementing AskCody
- 1. Preface
- 2. Plan & Prepare for the implementation of AskCody
- 3. Create your organizational account
- 4. Integrate with Microsoft Exchange
- 5. Establish User Management
- 6. Setting up Bookings
- 7. Setting up Displays
- 8. Setting up Services
- 9. Setting up Visitors
- 10. End-user management
- 11. Final Testing
- 12. Deploy to end-users
- 13. End-user Training and Adoption
- 14. Support after go-live
-
Integrations and Security
-
Troubleshooting
-
Bookings
-
Services
-
Visitors
-
Insights
-
Maps
-
Tips & Tricks, Webinars, and more
-
Data processing and legal
-
Mastering Reports
-
Join the AskCody User Community
How do I automatically delete canceled meetings?
Learn how to automatically process cancellations in a resource calendar using PowerShell
Using PowerShell you can handle the automatic deletion of cancelled meetings.
Connect to Microsoft Online using PowerShell and execute the following, where <Identity> is the email of the resource calendar:
Set-CalendarProcessing -Identity "<Identity>" -RemoveOldMeetingMessages $true