Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(Django) The best solution for event calendar

I need to add event calendar functionality to my application, and I'm wondering what do you think is the best way to do it ? Are there any interesting projects providing the needed functionality ? A snippet : http://djangosnippets.org/snippets/129/ ? Write it on my own ?

like image 237
sasklacz Avatar asked Dec 05 '25 07:12

sasklacz


2 Answers

Without knowing the level of complexity you need, I always suggest quick and easy first. Once minimum requirements are established you can confidently migrate.

Django Flatpages can take you a long way with very little effort.

like image 67
Daniel Rhoden Avatar answered Dec 07 '25 21:12

Daniel Rhoden


If you're looking to go all the way, setting up a DAViCal server with some kind of python bindings would give you a very flexible application. The integration with Django looks like it would have to be built from scratch, but all the heavy lifting is done in DAViCal and the python bindings.

DAViCal would allow you to access the calendar from several different applications, making your solution much more robust.

like image 24
karlw Avatar answered Dec 07 '25 20:12

karlw



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!