Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Martin Zurowietz Martin Zurowietz

    Event Calendar

    A plugin for the Kirby CMS to easily implement an event calendar.

    Docs Source

    Manual

    Download and extract the folder to site/plugins/event-calendar

    Git Submodule

    Version
    4.0
    License
    MIT
    Stars
    104
    Supports
    K3
    Created
    15 Nov 2014
    Updated
    14 May 2024

    Info

    Topics
    • Dates
    • Templating
    • Calendars
    Implements
    • Helper(s)
    • Snippet(s)
    Support
    • Docs
    • Issues
    Latest releases
    • 4.0
    • 3.1.0
    • 3.0.0
    • 2.0.2
    • 1.0.0

    Similar plugins

    • Calendar View Transform your scheduled Kirby articles into a subscribable calendar feed K5 K4
    • Podcaster Podcaster is a complete solution for publishing your podcast. Podcaster has you covered with simple and easy feed management, detailed analy… K5 K4 K3
    • Blade Templates Use Laravel Blade templates for your Kirby site K5 K4 K3

    More by Martin Zurowietz

    More
    • $form = new Form([
          'name' => [
              'rules'   => ['required'],
              'message' => ['Name is required']
          ],
      ]);
      Form A helper library for working with forms, using the Post/Redirect/Get design pattern K4 K3
    • $form = new Form([
          'name' => [
              'rules'   => ['required'],
              'message' => ['Name is required']
          ],
      ]);
      Uniform Probably the most versatile solution for handling web form submissions, validation and backend processing on your site K5 K4 K3