When the module is installed, the plugin is not automatically discovered by the Feeds module.
The following code solves this issue. It will automatically clears the feeds plugin cache after enabling the module and the plugin will show up.

function parser_ical_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}

thanks to @andrewlevine, see #862164: clear cache at installing the module

CommentFileSizeAuthor
#1 clear-cache-on-enable.patch351 byteswayfarer_boy

Comments

wayfarer_boy’s picture

Category: feature » bug
StatusFileSize
new351 bytes

Thanks Hanno. Was wondering if I'd installed this module incorrectly, but manually flushing all caches displayed the iCal parser option on the feeds edit page. Here's a patch of the code for submission.

hanno’s picture

thanks for submitting this as a patch.

hanno’s picture

Status: Needs review » Reviewed & tested by the community
ekes’s picture

Status: Reviewed & tested by the community » Fixed

Good catch. Commited to CVS and in alpha-2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.