| 开发者 | ralf_st |
|---|---|
| 更新时间 | 2026年6月11日 02:47 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[annovisio-event-overview]
The plugin fetches one configured public ICS feed server-side with the WordPress HTTP API and normalizes the parsed event data into a WordPress transient. The configured calendar name and color are applied when the overview is rendered, so changing these display settings does not require a new feed fetch. No external frontend assets are loaded.
annovisio-event-overview folder to /wp-content/plugins/.[annovisio-event-overview] to a page.No. This plugin only reads one public ICS feed. It contains no Calendly widget code, Calendly REST endpoints, token handling, slot checks, or scheduling logic.
No. Version 1.0 renders the shortcode page itself as the archive and does not create a custom post type or standalone event pages.
Parsed and normalized calendar data is stored in a WordPress transient. The default cache duration is 1 hour. Administrators can change the duration in hours or refresh the feed manually.
The shortcode renders a visible frontend error. The plugin does not silently fall back to stale, empty, guessed, or partial data.
Yes. Version 1.0 expands recurring events in the WordPress-local recurrence window from January 1 of the current year through 12 months after the current WordPress-local date. RDATE and EXDATE are supported. Unsupported complex RRULE parts are rejected with a visible parser error rather than guessed.