This project is not covered by Drupal’s security advisory policy.

This module provides basic API integration with the Etouches event API. The module is relatively simple and written with the goal of importing data from Etouches and providing hooks that allow a developer to quickly integrate the imported data into the Drupal site per the individual site's requirements. A database column is provided to associate an individual Etouches attendee ID with a Drupal user ID.

In some situations, such as when an attendee cancels and later re-registers for an event using the same email address, Etouches sometimes provides multiple attendee IDs for the same email address. The module attempts to import only the highest attendeeid for a given email address to avoid creating duplicate records.

Each attendee is assigned an MD5 hash that is used to check when attendee information has changed since the last import, to avoid unnecessarily re-writing identical imported data.

Basic Drush integration is also provided, allowing developers to make any Etouches API call through the command line.

An example module using the Etouches API will be provided.

This integration was written by ezra-g of Growing Venture Solutions, and sponsored by the MeeGo 2011 Conference.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Module categories: Developer Tools, Site Structure
  • Created by ezra-g on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases