I've been using FullCalendar in production since 2014. It's very good. I maintain a clone of patio11's appointmentreminder.org for the Austrian market [3]. My customers, doctors, use an FC-based web calendar I provide them with to manage their appointments. Their receptionists literally use the calendar, and thus FC, all day. I get calls if it's down for 5 minutes. They totally depend on it.<p>I have two open source extensions for FC. One is a plugin for better right-click handling [1]. The other adds multiple columns [2]. It's like the new scheduler functionality, mentioned in the post, which didn't yet exist when I started.<p>Thank you Adam!<p>1: <a href="https://github.com/mherrmann/fullcalendar-rightclick" rel="nofollow">https://github.com/mherrmann/fullcalendar-rightclick</a><p>2: <a href="https://github.com/mherrmann/fullcalendar-columns" rel="nofollow">https://github.com/mherrmann/fullcalendar-columns</a><p>3: <a href="https://www.terminerinnerung.org" rel="nofollow">https://www.terminerinnerung.org</a>
I absolutely love the way the docs page is setup: <a href="https://fullcalendar.io/docs" rel="nofollow">https://fullcalendar.io/docs</a><p>Nice design and useful section links.
This library was a key part of the product for a software company I co-founded a few years ago. I found full calendar to be the best of the alternatives for a full featured, affordable calendaring system that was open source and was stable enough to build a company on. (We looked at alternatives like Google calendar but I was nervous about lack of control should Google have decided to take the calendar API a different way.)<p>This history lesson was illuminating and appreciated.
Never used fullcalendar before, but I am really enjoying reading all the love letters in the comments here. It must feel great for the author to read these.<p>Not only have you built something that supports a couple of livelihoods, you've also enabled a lot of other people to succeed too. Cheers!
I remember making a calendar ... What week-nr does the first day of the year have? ... If that one was easy, now tell me the formula for when certain holidays occur.
"I’ve really been working on FullCalendar for TEN years!? What have I been doing all this time? Just endlessly switching build systems? (Make -> Grunt -> Gulp -> Webpack -> Rollup)" (for those who read the comments before reading the article the author is ironic) but as someone who followed the same path I'm asking myself how many hours have been lost worldwide because of javascript build systems
Great work Adam! Thanks for the great library. I enjoyed the blog post, it's cool to hear the history, and how the project got to where it is. The application I maintain at my job depends on Full Calendar, it has been a pleasure to work with. Highly recommend, & I would use it again if the need ever arises!
Could OP (or anyone else who feels qualified, I guess) give me their opinion on a perpetual license as opposed to an annual license?<p>I have been considering building some licensed software and I had it in my head to offer an annual license to get at that recurring revenue, but...since it's client-only software (e.g. a game engine) that doesn't need to be making any API calls to my servers, I'm wondering if maybe that doesn't make any sense. I don't know...I've never made licensed software before and so I've never really thought about this. I guess I worry with a perpetual license that I'll run out of customers after enough people have got their hands on it. Maybe that's crazy, I don't know.<p>Also I would have no idea how to price a license...how did you arrive at your prices?
just started using them recently for a rails project I've been working on. I cannot recommend this project enough, saved me hundreds of hours.<p>if you want a crash course in implementing it in a rails app, look no further then these 2 AWESOME drifting ruby episodes:<p><a href="https://www.driftingruby.com/episodes/fullcalendar-events-and-scheduling" rel="nofollow">https://www.driftingruby.com/episodes/fullcalendar-events-an...</a><p><a href="https://www.driftingruby.com/episodes/recurring-events-with-fullcalendar" rel="nofollow">https://www.driftingruby.com/episodes/recurring-events-with-...</a>
We've been using Full Calendar as part of our startup, and really really appreciate all the work Adam has put in. We honestly couldn't build some features if FC wasn't around - so thanks!
Congrats on a great product. I developed an SAAS calendar service - <a href="https://www.chronoflocalendar.com" rel="nofollow">https://www.chronoflocalendar.com</a> - which alas has not proved very successful, thus far. So is heartening to hear that it is possible to make a living out of calendar software. There is hope for me yet!