By author

Anything the wp_query can do to select posts, this plugin can do to select events.  See http://codex.wordpress.org/Class_Reference/WP_Query#Author_Parameters

Requirement:

  • Each author to  have their own calendar / feed

How to do?

  • Simply specify the author by id or by name in the shortcode

Shortcode examples  (in square brackets of course):

More advanced

The plugin is fully integrated with wordpress, so one could even write one’s own function to achieve the following:

If the shortcode is used in a non-admin page, then add a filter to the wp-query so that only the events created by the page author are retrieved.