Limiting meeting attendees using VBA or an add-in

Status
Not open for further replies.

Reyno75

Member
Outlook version
Email Account
Exchange Server
Hi,

I am aware that there is no functionality for Outlook to limit the number of 'accepted' attendees to a meeting request. Is there a way of doing this using VBA or by installing an add-in?

Regards,

Paul.
 
I have not heard of any addins that do this, but it should be possible using VBA. Except I don't have any VBA for that either. If someone else doesn't post the code, I'll try my hand at it. :)
 
You would need to count acceptances - then go through the list of invitees who hadn't accepted and remove them. It's beyond my level of programming assistance though.

I'd probably trigger it as the responses arrived.
 
Thank you for the replies so far. I'll probably give it a try as well although my knowledge of VBA is limited at best so I don't hold out much hope.

I'm just wondering whether another alternative would be to use a meeting room Sharepoint site template?
 
I have not looked at sharepoint meeting room templates, but if it lets you limit the number of acceptances, it will work. There obviously is some way of doing it on the room side (not in Outlook) where rooms can be full. I don't recall this ability on the resource cmdlets for Exchange 2010 - but doing it in the room, rather than in the organizer's client, would be the best option.

I have code that will count the # of invitees and let you set a limit on the invite, but that is fairly basic code. Counting acceptances (in the organizers client) and not allowing more will be more difficult and not for the beginner programmer.
 
As an FYI, Exchange 2010 (and 2007) lets the admin set a capacity for rooms/resources but I don't know if it rejects when more than that # accept - I'll have to create some test accounts to find out.
 
As an update, I am currently in discussion with our ICT strategy department to discuss whether we can implement additional templates to our Sharepoint site.

Thanks,
 
I'm curious to know if it works in sharepoint - in my quick tests setting a room capacity in Exchange did not have an effect.
 
The room capacity is for informational purposes only, it wont reject acceptances when the quota is reached.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Limiting length of saved attachment in VBA Outlook VBA and Custom Forms 2
V Limiting text length in free text field Outlook VBA and Custom Forms 2
D Limiting email notifications message Using Outlook 1
R Limiting Outlook Access to Inside Network Only Exchange Server Administration 1
J Limiting time range dislayed on calender - Outlook 2010 Using Outlook 1
D Outlook 365 Forward Meeting Related Messages to Specific Meeting Organizer Outlook VBA and Custom Forms 0
J Event/Meeting in Outlook Does Not Align with SharePoint Calendar Using Outlook 5
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Using Outlook 0
A Meeting organizer calendar intermittently drops meeting after delegate sends invite Exchange Server Administration 0
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
diver864 vba for a rule to automatically accept meeting requests with 'vacation' in subject, change to all-day event, change to free, don't send reply Outlook VBA and Custom Forms 1
S Skype for business meeting vba code Outlook VBA and Custom Forms 1
A Unable to save recurring Meeting to Documents folder due to error Using Outlook 2
S Meeting with Time Slots Using Outlook 2
egarneau Meeting updates with external contacts (GMail) Using Outlook 1
L automaticaly create a teams meeting with a sync Using Outlook 0
R auto send email when meeting closes from a shared calendar only Outlook VBA and Custom Forms 2
S Meeting Invite arrives from Wrong ("send-as") Sender Using Outlook 1
Daniel Schunk Meeting responses are not shown in the status area Using Outlook 2
A End-time meeting reminder (or "negative" time relative to the meeting start time) Using Outlook 1
J Help Please!!! Outlook 2016 - VBA Macro for replying with attachment in meeting invite Outlook VBA and Custom Forms 9
T Pick-a-Meeting in Outlook 365 Using Outlook 2
J No response required when delegate arranging meeting Using Outlook 0
S Accepting meeting request from calendar keeps the meeting request in the inbox Using Outlook 2
D Add all meeting rooms to the meeting request by default Outlook VBA and Custom Forms 0
Rick Rickert Would like bigger meeting notifications. Using Outlook 3
G Auto accept meeting request for non primary account Outlook VBA and Custom Forms 1
D Next Available Meeting with Userform Variables Outlook VBA and Custom Forms 1
J Outlook 2016 shows Meeting Organizer in Calendar View Using Outlook 5
C Update Notes for Meeting Attendees Using Outlook 8
D Outlook macros to create meeting on shared calendar Outlook VBA and Custom Forms 10
P Skype contact icons have disappeared at the bottom of email and meeting objects Using Outlook 2
T Double clik behavior on agenda open a new meeting request Using Outlook 1
B How to get Meeting Invitations into Outlook.com calendar? Using Outlook 2
Diane Poremsky Autoaccept a Meeting Request using Rules Using Outlook 2
Diane Poremsky Close a Meeting When the Room is Full Using Outlook 0
A Attendee Update Outlook Meeting Invite Using Outlook 0
Diane Poremsky iPhone and the Meeting Request Bug Using Outlook 0
P Receiving a Meeting Declined notice for a recurring meeting Using Outlook 0
A Customize meeting form. Private notices Outlook VBA and Custom Forms 3
A VBA to create meeting from template from a time slot selected in someone's calendar Outlook VBA and Custom Forms 5
Diane Poremsky Meeting Location Warning Message Using Outlook 0
B Meeting Accept option greyed out Using Outlook 0
A Custom form not showing when recurrence is set for a meeting Using Outlook 0
S Meeting room booking report Outlook VBA and Custom Forms 1
Diane Poremsky How to Create a Pick-a-Meeting Request Using Outlook 0
Britonius Locate Cause of Deleted Meeting Using Outlook 0
C Problem tracking meeting responses Using Outlook 3
I Creating meeting invite with disabled tentative button Outlook VBA and Custom Forms 5
GoofyDK Office365 and meeting ressources Using Outlook 2

Similar threads

Back
Top