{"id":356829,"date":"2026-08-30T15:10:48","date_gmt":"2026-08-30T15:10:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/icalndr\/"},"modified":"2026-08-30T15:10:37","modified_gmt":"2026-08-30T15:10:37","slug":"icalndr","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/icalndr\/","author":23552663,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.1","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"icalndr","header_author":"icalndr","header_description":"Import one or more iCal (.ics) feeds and display their events via shortcode or widget, with simple layout presets and a calendar view.","assets_banners_color":"","last_updated":"2026-08-30 15:10:37","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":45,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"toreft","date":"2026-08-30 15:10:37","revision":3672739}},"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings screen: manage feeds and default layout.","2":"Calendar layout (month view) with click-to-open day details.","3":"List layout output."}},"plugin_section":[],"plugin_tags":[416,1486,7103,19357,6296],"plugin_category":[40],"plugin_contributors":[278347],"plugin_business_model":[],"class_list":["post-356829","plugin","type-plugin","status-publish","hentry","plugin_tags-calendar","plugin_tags-events","plugin_tags-ical","plugin_tags-icalendar","plugin_tags-ics","plugin_category-calendar-and-events","plugin_contributors-toreft","plugin_committers-toreft"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/icalndr.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>icalndr imports one or more iCal (<code>.ics<\/code>) feeds and displays their events on the\nfront end through a shortcode or a widget. It is built with security and readable,\nsingle-responsibility code in mind.<\/p>\n\n<p><strong>Features<\/strong><\/p>\n\n<ul>\n<li>Add one or more calendar feeds, each with a label, <code>.ics<\/code> URL, and cache lifetime.<\/li>\n<li>Display events with the <code>[icalndr]<\/code> shortcode or the sidebar widget.<\/li>\n<li>Layout presets: <code>list<\/code>, <code>cards<\/code>, <code>compact<\/code>, and an interactive <code>calendar<\/code>.<\/li>\n<li>Calendar view of <code>month<\/code> (default) or <code>week<\/code>, with back\/forth navigation and\nclick-to-open day details (no page reloads).<\/li>\n<li>Remote feeds are cached (transients) and fetched with an SSRF guard and a\nresponse-size cap.<\/li>\n<\/ul>\n\n<p><strong>Shortcode<\/strong><\/p>\n\n<pre><code>[icalndr feed=\"team\" layout=\"calendar\" view=\"month\"]\n<\/code><\/pre>\n\n<p>Attributes: <code>feed<\/code> (required, the feed slug), <code>layout<\/code> (<code>list<\/code>, <code>cards<\/code>, <code>compact<\/code>,\n    calendar), <code>view<\/code> (<code>month<\/code>, <code>week<\/code> \u2014 calendar layout only), <code>limit<\/code>,\n    show_description (<code>1<\/code>\/<code>0<\/code>), and <code>upcoming<\/code> (<code>1<\/code>\/<code>0<\/code>).<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin connects to the iCal feed URLs that you, the site administrator, enter\non its settings page. This is required to display the events those feeds contain.<\/p>\n\n<ul>\n<li><strong>What is sent and when:<\/strong> When a feed's cache is empty or expired, the plugin\nmakes an HTTP GET request to the feed URL you configured. The request includes a\nUser-Agent string identifying the plugin and your site's home URL. No visitor or\npersonal data is transmitted.<\/li>\n<li><strong>What is received:<\/strong> The raw iCalendar (<code>.ics<\/code>) text of that feed, which is\ncached locally and parsed for display.<\/li>\n<li><strong>Whose service:<\/strong> The feed provider is chosen entirely by you (for example a\nGoogle Calendar, Outlook, or any other public <code>.ics<\/code> URL). Please review the\nterms of use and privacy policy of whichever feed provider you configure.<\/li>\n<\/ul>\n\n<p>The plugin does not contact any service operated by the plugin author and performs\nno tracking or analytics.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/icalndr<\/code> directory, or install it\nthrough the Plugins screen in WordPress.<\/li>\n<li>Activate the plugin through the \"Plugins\" screen.<\/li>\n<li>Go to <strong>Settings \u2192 icalndr<\/strong> and add one or more feeds (label + <code>.ics<\/code> URL).<\/li>\n<li>Add the <code>[icalndr feed=\"your-slug\"]<\/code> shortcode to a post or page, or add the\n\"icalndr \u2014 Calendar feed\" widget to a sidebar.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20find%20a%20feed%27s%20slug%3F\"><h3>Where do I find a feed's slug?<\/h3><\/dt>\n<dd><p>The slug is generated automatically from the feed label and shown in the Feeds\ntable on the settings page, along with a ready-to-copy shortcode.<\/p><\/dd>\n<dt id=\"does%20it%20fetch%20the%20feed%20on%20every%20page%20load%3F\"><h3>Does it fetch the feed on every page load?<\/h3><\/dt>\n<dd><p>No. Each feed's raw body is cached in a transient for the cache lifetime you set,\nso the remote server is only contacted when the cache expires.<\/p><\/dd>\n<dt id=\"which%20parts%20of%20an%20event%20are%20shown%3F\"><h3>Which parts of an event are shown?<\/h3><\/dt>\n<dd><p>The summary, start\/end date and time (in your site's timezone and date format),\nlocation, description, and a link to the event when the feed provides one.<\/p><\/dd>\n<dt id=\"can%20i%20change%20the%20appearance%3F\"><h3>Can I change the appearance?<\/h3><\/dt>\n<dd><p>Yes. Choose a layout preset per shortcode\/widget or globally in Settings \u2192 icalndr.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release: multiple feeds, shortcode and widget, list\/cards\/compact\/calendar\nlayouts, and month\/week calendar navigation.<\/li>\n<\/ul>","raw_excerpt":"Import one or more iCal (.ics) feeds and display their events via shortcode or widget, with layout presets and a calendar view.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/356829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=356829"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/toreft"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=356829"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=356829"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=356829"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=356829"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=356829"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=356829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}