OrganizedFellow Posted November 14, 2019 Posted November 14, 2019 I've been browsing the forum for a while today, in need of a calendar. Nearly every post points to Recurme. I don't mind paying for a full-featured Modules, but I just don't need all the features of that calendar. The modules section has very few entries, and the tutorial I came across is pretty old. ?
Robin S Posted November 14, 2019 Posted November 14, 2019 "Why is a simple calendar so hard to find?" Why the assumption that someone else will have created a plug-and-play solution for you? Web software exists if a web developer codes it. You are a web developer. Do you see where I'm going with this... ? 2 1
Laikmosh Posted November 14, 2019 Posted November 14, 2019 had the same problem, tried with jquery ui and all kind of calendar libraries around, but in the end the best solution for me was 3 select boxes with day, month and year inline, just used JS to adjust the available days depending on the month and year(in some years february has 29 days), and also to convert that tu a unix timecode and feed it to a hidden inputfield for uploading(be sure to consider timezone in your code), so that ws the best solution for me, what exactly do you expect from a calendar input?
OrganizedFellow Posted November 14, 2019 Author Posted November 14, 2019 1 hour ago, Robin S said: Web software exists if a web developer codes it. You are a web developer. Do you see where I'm going with this... ? lol, i see amigo, I just didn't want to have to go re-invent the wheel, ya know? I'm liking this little gem https://fullcalendar.io/ Just gotta figure out the best way to implement it ? 1
Jonathan Lahijani Posted November 14, 2019 Posted November 14, 2019 Just now, OrganizedFellow said: lol, i see amigo, I just didn't want to have to go re-invent the wheel, ya know? I'm liking this little gem https://fullcalendar.io/ Just gotta figure out the best way to implement it ? I was literally suggesting FullCalendar as you replied. It's a great option. You just need to provide it with the JSON it needs and it works quite well. 1
elabx Posted November 14, 2019 Posted November 14, 2019 8 minutes ago, OrganizedFellow said: I'm liking this little gem https://fullcalendar.io/ Yes I'd recommend this too! 1
Robin S Posted November 14, 2019 Posted November 14, 2019 7 minutes ago, OrganizedFellow said: I'm liking this little gem https://fullcalendar.io/ Just gotta figure out the best way to implement it ? Looks promising. And when you've sussed it out you could add a little write-up in the tutorials section for the next person needing tips for a calendar. ? 3
netcarver Posted November 14, 2019 Posted November 14, 2019 Here are a couple more PW-related calendar options, courtesy of my secret project. 7 1
kixe Posted November 15, 2019 Posted November 15, 2019 ProcessWire / Fullcalendar solution including comfortable planning app in the backend: https://vdt-icsa.de/program/https://2018.tonmeistertagung.com/en/program/ 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now