function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ExecbizExecbiz 

Invite group of contacts

I often create events that have common invitees based on the "group" they are in (a contact lookup field based on a linked group object).  How can I go about setting up events so that everyone that belongs to the group is invited?  Several things I thought could potentially be possible are:

 

Creating contact groups based on those groups then inviting the contact group to the event

 

Inviting the group itself, which somehow trickles down to each contact belonging to that group

 

Create an Apex trigger to automatically invite all contacts, as the result of an SOQL query

 

Are any of these possible?  I have gathered from previous posts that it is difficult if not impossible to deal with invitees in an Apex trigger.  Is this something to look forward to in the new release perhaps?

 

Thanks