Active
Project:
iCal feed parser
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2011 at 23:05 UTC
Updated:
30 Apr 2011 at 16:38 UTC
When I install the 2.0-beta1 version of iCal feed parser I am unable to select individual custom fields that are selectable in the 1.1 version of this module. In the 2.0 version the parse-able fields are VEVENT (date) and location. My iCal feed, however, has fine-tuned fields such as room, address, cost, city, state, contact, etc...
In 1.1 I am able to map these fields to CCK using the feedAPI mapper module, with the update to 2.0 and using the feeds module this functionality is lost. Is there a way to make the iCal feed parser module allow for mapping of custom fields to CCK?
Thanks
Comments
Comment #1
kirkcaraway commentedI am having this problem also. I can't pull in the description because in the feed it is labeled something different.
Comment #2
claar commentedThis sounds like a regression -- changing to bug report.
Comment #3
claar commentedPerhaps related to #651478: Mapping on import
Comment #4
claar commentedI cannot find a means to map custom fields besides extending hacking ParserIcalFeedsParser::getMappingSources() or perhaps extending ParserIcalFeedsParser -- surely this isn't the supported method of adding custom fields?
Couldn't we create a standard Drupal hook in getMappingSources() so that a theme could override them? Hmm.. it would be nice to override these sources per-feed, so that could be tricky.. :/
Comment #5
ekes commentedInheriting the class would be the correct way.
Any patches for fields that exist in the standard, or are common in the real world, would be greatly appreciated however.