Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 731 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 731 Bytes

OutOfOfficeMeetingDecliner

Outlook VBA script that cancels, declines or deletes all selected calendar entries - this comes handy when going out of office and when you don't want to cancel every meeting one by one including confirmation popups.

How to use

Open your calender, select all meetings you want to cancel and run the macro. The macro will ask you why you want to cancel the meeting and will then cancel respectively delete all selected entries.

How to install

  • Open Outlook
  • Press Alt+F11 to open VBA editor
  • Paste the code into a new project
  • Optional: Link the sub CancelMeetings() to a button in the menu/ribbon.