Events entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jasghar
    Junior Member
    • Nov 2014
    • 4

    Events entity

    Hi

    I've created an events entity, linked to contacts. I'd like to have the option of putting a status to a contact (e.g. 'accepted' or 'declined') for each contact invited to an event. Also be able to export the contact list with address details to excel. Can anyone help? Thanks indeed!

    ps - its a many-to-many relationship. or should it be one-to-many??
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    many-to-many is fine. You need some coding. Take Meeting as an example. There is a status field in relationship table.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      I have a fairly complete Events entity setup with Eventbrite syncing here: https://github.com/alasdaircr/espocrm/tree/Eventbrite

      I would release it as an extension but it required changes to core (specifically adding the Events into the future and past activities panels).

      New people from events are added as Leads. Users, Contact & Leads can be registered as attending.

      You would need to add your API keys to Jobs/Eventbrite.php, and create a scheduled job for it to do the syncing.

      Comment

      • alasdaircr
        Active Community Member
        • Aug 2014
        • 525

        #4
        There's also probably bugs, and it was written a while ago against a much older version of EspoCRM so might be implemented in a crazy way..

        Comment

        Working...