# Availability calendar plugin for Kirby?

**URL:** https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134
**Category:** Questions
**Tags:** v2
**Created:** [January 26, 2016, 1:30pm UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134 "2016-01-26T13:30:21Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [January 26, 2016, 1:30pm UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/1 "2016-01-26T13:30:21Z")

</div>

I need someting that looks like this:

[http://www.ekobyn.com/bokning/](http://www.ekobyn.com/bokning/)

It’s a WordPress site and I might convert it to Kirby. Is there such a plugin out there? I’m willing to pay for it.

I know about [GitHub - mzur/kirby-calendar-plugin: A plugin for the Kirby CMS to easily implement an event calendar.](https://github.com/mzur/kirby-calendar-plugin) but that plugin does not do this:

 ![](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/d/dbf7b0a65be37a34cce02b5a33c4007ffb6bf492.png)

---

<div class="post-metadata">

### Author: ![molocLab](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@molocLab](https://forum.getkirby.com/u/molocLab)
#### Post date: [January 27, 2016, 8:17am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/2 "2016-01-27T08:17:22Z")

</div>

I’m working on a custom form field called “Calendar Board” that at this moment does this:

 ![](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/6/6be854f601d929dafe7e47e48fc1dbac78bb1dba.gif)

---

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [January 28, 2016, 9:11am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/3 "2016-01-28T09:11:26Z")

</div>

Maybe I could bend someting like this to my need. Hard to say, need to test it first.

Are you going to add it for publicity on Github? Or sale it? If it works well I could make a donation or so.

I hope you will not sell it on Codecanyon or so because I like to test things first.

---

<div class="post-metadata">

### Author: ![molocLab](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@molocLab](https://forum.getkirby.com/u/molocLab)
#### Post date: [January 28, 2016, 9:12am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/4 "2016-01-28T09:12:10Z")

</div>

And this is an example of how you can view the data on the web site using, for example, [Bastian calendar library](https://github.com/bastianallgeier/calendar).

 ![](https://europe1.discourse-cdn.com/flex017/uploads/getkirby/original/2X/7/74712cdfee3a8ac56621cc6cec9b7bf0c116d90b.png)

I’ll publish code soon, I hope it will help you.

---

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [January 28, 2016, 9:18am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/5 "2016-01-28T09:18:55Z")

</div>

That’s almost excatly what I need. I have two states, “Fully booked”, “Some left”. Orange and red.

Is it possible to have another color type?

---

<div class="post-metadata">

### Author: ![molocLab](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@molocLab](https://forum.getkirby.com/u/molocLab)
#### Post date: [January 28, 2016, 9:41am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/6 "2016-01-28T09:41:13Z")

</div>

The panel code (Custom field) and code in wesite are totally separated and the second one is optional.  
The blueprint of the structured field in days detail is open.

You can manage tha data as you prefer.

In the example I used this simple rule to display “half” or “full” image:

if “structured fields in the day” = 0 -\> empty image  
if “structured fields in the day” \> 0 -\> half image  
if “structured fields in the day” \> 3 -\> full image

You can use the rule and the image you prefer.

I’ll add it on Github. 🙂

---

<div class="post-metadata">

### Author: ![jakobploens](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jakobploens/32/1315_2.png) [@jakobploens](https://forum.getkirby.com/u/jakobploens)
#### Post date: [January 28, 2016, 10:11am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/7 "2016-01-28T10:11:38Z")

</div>

Seems like a perfect plugin, either for bookings or events. If you need some testers, I’m available 😉

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [January 28, 2016, 10:42am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/8 "2016-01-28T10:42:50Z")

</div>

That looks phantastic, I’m planning to migrate a project from Wordpress some time soon and such a calendar would come in handy 😉

---

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [January 28, 2016, 11:45am UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/9 "2016-01-28T11:45:54Z")

</div>

Looking forward to try it out.

---

<div class="post-metadata">

### Author: ![distantnative](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/distantnative/32/11319_2.png) [@distantnative](https://forum.getkirby.com/u/distantnative)
#### Post date: [February 6, 2025, 4:58pm UTC](https://forum.getkirby.com/t/availability-calendar-plugin-for-kirby/3134/10 "2025-02-06T16:58:06Z")

</div>


