Some feeds extend ical by their own fields, like X-Tags, X-Price, ...
Instead of custom coding this might be implemented like this:
* we only support textfield parsing
* we offer a settings page "Ical X-fields: enter one additional field name per line"
* the parser adds mapping sources for all these fields
* optional but elegant: these fields are also available for export

Comments

hanness’s picture

subscribe :)

coredumperror’s picture

Status: Active » Postponed

Hmmm, this *might* be possible, but I'm not sure it'd be feasible to make the Parser UI alter the available sources in the Mapping UI. I'll leave this feature for later, when I have time to dedicate to Date iCal again.

coredumperror’s picture

Status: Postponed » Closed (fixed)

This is now possible through use of hook_date_ical_mapping_sources_alter().