Community,
May I please ask for your help?
I am
so close to getting the CiviEvent/Drupal Calendar integration running, but missing a critical step somewhere.
Here is my problem: calendar events aren't showing up on the calendar automatically. They
do show up in the Drupal content section and the Drupal calendar when I click the 'Refresh' tab on the feed I created in Step 3 of Option 2 at...
http://wiki.civicrm.org/confluence/display/CRMDOC32/Using+Drupal+Calendar+with+CiviEvent.
After I click the 'Refresh' in the feed's edit view, the calendar events are created and appear in the view I created in step 10. Everything is perfect, except it's not automatic.
My question is: how do I automate the process of creating calendar events from the CiviEvent iCal feed?
Here are the steps I followed:
Chose "Option 2. Integrate CiviEvents iCal feed with Drupal Calendar"
Step 1
OK
Step 2
Chose "Calendar event" as the content type.
Step 3
Chose 'Feed' as the content type.
I don't see a section called "FeedAPI".
I don't see a section called "Parser Common iCal Syndication".
Steps 4-13
Everything works as expected. Civi events show up in my Drupal calendar as expected.
----------------
On a related note, a bunch of errors are showing up in my Drupal log:
Table 'nchs_civicrm.backup_migrate_schedules' doesn't exist query: UPDATE backup_migrate_schedules SET last_run = 1286156640 WHERE schedule_id = '7348d141b666c5d92d7360b326f9e104' in /home/nchs/public_html/sites/all/modules/backup_migrate/includes/schedules.inc on line 364.
Table 'nchs_civicrm.feedapi_stat' doesn't exist query: DELETE FROM feedapi_stat WHERE timestamp < 1283737439 in /home/nchs/public_html/sites/all/modules/feedapi/feedapi.module on line 689.
Table 'nchs_civicrm.search_index' doesn't exist query: SELECT SUM(score) FROM search_index WHERE word = '402am' in /home/nchs/public_html/modules/search/search.module on line 285.
Table 'nchs_civicrm.search_total' doesn't exist query: UPDATE search_total SET count = 0.301029995664 WHERE word = '402am' in /home/nchs/public_html/modules/search/search.module on line 288.
Table 'nchs_civicrm.search_total' doesn't exist query: SELECT t.word AS realword, i.word FROM search_total t LEFT JOIN search_index i ON t.word = i.word WHERE i.word IS NULL in /home/nchs/public_html/modules/search/search.module on line 296.