Relative Content

Tag Archive for vbaoutlook

Shared Outlook Calendar automation VBA

In a shared 2019 Outlook calendar that I am the co-owner of, I have successfully made a quite complex new default appointment template for the calendar with numerous user defined fields on P2 of the template using “Design This Form” under developer options. This form allows users to enter variables for specific device setup parameters and records utilisation data of that device etc based on calculations drawn from standard appointment item properties like [Start] and [End] and other user defined fields.

How do I get names of meetings from shared Mailbox calendar?

I have a code that is working that lists all my meeting’s names for my own Outlook account.
I’d like to do that with the shared mailbox account but it’s not working. It keeps reverting to my personal calendar. Can someone help please?

Macro not visible in Outlook

I have created a macro in my outlook and i have enabled all the macro option in trust center. I can able to run the macro from outlook without any issues. while creating a rule I’m not able to see that macro under run a script. can someone advise on this ?

How to delete every weekend occurrence of an daily event in Outlook

Summary I recently joined a new team and my manager added me to the ‘daily meeting’ event The event has been setup to repeat at 10am every day, Mon-Sun This is annoying as the event also occurs on the weekends, and triggers a reminder on my phone I want to delete every instance/occurrence of the […]