Calendar Feed Generator
📆 automatic generation of iCalendar feeds for our website
by Jan Eike Suchard · github.com/unikino-gegenlicht/wordpress-calendar-feeds · website
★ 0stars
9release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/unikino-gegenlicht/wordpress-calendar-feeds/releases/download/v1.1.0/calendar-feeds.v1.1.0.zipReadme
wordpress-calendar-feeds
📆 a plugin for generating ical files for semesters and single screenings
This WordPress plugin allows us to generate calendar feeds for the semesters and single screenings.
It exposes the following functions which allow other plugins and themes to interact with this plugin to generate the iCalendar files:
ggl_cal_entry(WP_Post $post): stringggl_cal_entry_uri(WP_Post $post): string
Read the full README on GitHub →