Hi,
Civi 4.4 has a improved the way it stores relationships between activities and contact, but means the old tables (eg assigmenent) aren't there anymore... and this module still expect them
Do you have a plan to upgrade? The status is "actively maintained", but it doesn't seem they have been a lot of activitiy recently, including in the issue queue. Is the status still correct?
Comments
Comment #1
jlunning commentedHi tttp,
I'm not a maintainer of this project (just a user), however, I have patched this module to work with CiviCRM 4.4 as I ran into the same problem you did.
You have to edit the file: /path-to-drupal/sites/all/modules/civicrm_activity_ical/functions.php
There is a "query" string variable containing an SQL SELECT statement starting at line 242 and ending at line 312. Basically just delete this SQL statement and replace it with the following which is compatible with 4.4. I tested with Google Calendar. Hope this helps.
Comment #2
TwoMice commentedComment #3
TwoMice commentedFixed in 7.x-1.x, commit 28e2f535d87f8c7b82834e740846f20566e994f5. Thanks for the patch, jlunning!
Comment #4
TwoMice commentedCiviCRM doesn't officially support Drupal 6, but this should be easy enough to backport.
Comment #5
TwoMice commentedFixed in 6.x-1.x.
Thanks again to jlunning for the original patch!
Comment #6
TwoMice commentedComment #7
TwoMice commented