wannesderoy/civicrm_event_sync

Enables a full sync between the CivCRM Event entity and a Drupal node type event.

Installs: 54

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

pkg:composer/wannesderoy/civicrm_event_sync

v1.2 2019-02-25 16:37 UTC

This package is auto-updated.

Last update: 2025-12-07 02:46:46 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.

Dependencies: