wannesderoy / civicrm_event_sync
Enables a full sync between the CivCRM Event entity and a Drupal node type event.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
This package is auto-updated.
Last update: 2025-05-07 01:26:48 UTC
README
Enables a full sync between the CivCRM Event entity and a Drupal node type event.
Sync method names follow the following logic.
"eventSync<Origin><Operation><Destination>".
Depending on the provided destination the method is located in the class EventSyncCivicrm (destination: CiviCRM) or EventSyncDrupal (destination: Drupal).
Examples: event_sync_civicrm_create_drupal is called when an event in civicrm is created and must be synced to drupal and is located in class EventSyncDrupal.
event_sync_drupal_delete_civicrm is called when an even in drupal is deleted and must be synced to civicrm and is located in class EventSyncCivicrm.