Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,740 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
From MS Access 365 I need to use VBA to automatically delete all appointments for a specific day in the Calendar of Outlook.
I can access the specific Calendar using the following command
Set nsCalendar = nsMAPI.Folders("Specific Outlook Email").Folders("Calendar")
You will probably have to loop through all the events in the calendar and check for the start date.