Automate Outlook to create new meeting request

kishengiggs1

New Member
Joined
Jun 21, 2011
Messages
23
I would like to know if there is any way to automate outlook to create new meeting request and send it automatically like on a certain day every week for a long period of time. The key is for it to be sent only on that certain day and that is why it is different than the multiple occurrence feature in Microsoft Outlook.

thanks
Kishen
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
You could do this with a Windows Scheduled Task which runs a VBScript (.vbs) file. There is code at http://www.mrexcel.com/forum/excel-...ing-outlook-invite-via-excel.html#post3969261 which creates and sends an Outlook meeting request.

Open Notepad and paste the code and add meetingbooking at the top (to call the Sub procedure). Customise the meeting settings as required (use Date and TimeValue instead of the fixed Start and End times) and change Display to Send. Other changes may be needed to make it work with VBScript. Save the Notepad file as Outlook_meeting.vbs, and create a Windows Scheduled Task which runs Outlook_meeting.vbs at the required schedule.
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,668
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top