Hi I'm building a very basic module to integrate with Eventbrite. I need to show attendance / invite status for our events in the Contact detail page under the Activities / History panels.
I'm basing it on the existing Meetings entity but will include a scheduled task to grab attendance info via the Eventbrite API - very simple stuff but useful I think.
One thing I don't understand is how to save individual attendance statuses for shared events.
e.g. host an event for 30 contacts, show which registered in Activities prior to the event date, once it is held show who attended and who did not. There is a class Event, which a particular instance is shared amongst all contacts, I need another link table which relates a contact to a particular event with a status.
BTW I'm creating this so it's agnostic - other event management systems could easily plug-in. Maybe even multiple concurrently.
I'm basing it on the existing Meetings entity but will include a scheduled task to grab attendance info via the Eventbrite API - very simple stuff but useful I think.
One thing I don't understand is how to save individual attendance statuses for shared events.
e.g. host an event for 30 contacts, show which registered in Activities prior to the event date, once it is held show who attended and who did not. There is a class Event, which a particular instance is shared amongst all contacts, I need another link table which relates a contact to a particular event with a status.
BTW I'm creating this so it's agnostic - other event management systems could easily plug-in. Maybe even multiple concurrently.
Comment