Closed (fixed)
Project:
CiviCRM activities iCalendar feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Nov 2013 at 12:25 UTC
Updated:
22 Oct 2014 at 13:59 UTC
Jump to comment: Most recent
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