Posts Tagged 'Show Time As'

How to Print the List of All Busy Appointments in a Specific Date Range via Outlook VBA

This article will teach you an easy method to print out the list of all the appointments which are shown as "Busy" and scheduled in a specific date range. It's quite easy to loop through all the calendars to find all busy appointments in a specific date range. You can just set search scope to "All Calendar Items". Then, search appointments with "Show Time As" equal "Busy" and within the specific start date and end date. But, in this way, when intending to print out the found appointments...

Read more »

2 Ways to Batch Remove Reminders from All Free or Tentative Calendar Items in Outlook

For the calendar items which are shown as "Free" or "Tentative", you may want to remove their reminders. Now, in this article, we will introduce 2 methods which can let you get it in bulk. Perhaps you've configured a default reminder time for all calendar items. In this case, no matter busy, out-of-office, free or tentative items, they will always have a reminder enabled. However, usually, the free and tentative items actually do not require reminders. Hence, you want to batch remove...

Read more »

2 Methods to Change the Default Status of New Appointments in Outlook

By default, new appointments are shown as “Busy”. But, some users dislike this. Now, this post will share you 2 means to change the default status of new appointments in Outlook. Many users dislike the default “Show As” status of new Outlook appointments – “Busy”. However, Outlook doesn’t permit users to change this status straightly. So, if you would like to change it, you have to seek other means. Here we will teach 2 methods to you. Method 1: Apply a Custom Form to Calendar...

Read more »