Hi,
We're trying to make our hackerspace (http://hackbo.co) site in web2py instead of using a pre-made but not so pleasant to hack solution. For the moment the front end is just made on html + js, using google calendar for events and web2py as a backend. The more functionality the web2py backend has, the less we are going to rely on third part providers, so I want to have a calendar view similar to google calendar but build totally on web2py. I already have the events in a web2py database and a view or them at:
http://hackbo.co/eventos_pasados
http://hackbo.co/eventos_venideros
But I would like to have them in a better view, similar to what you get on Google Calendar, grouped by date. I have seen here:
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#regroup
http://www.mechanicalgirl.com/post/using-python-str-datetime-lists-and-sets-to-group-dates/
There is something similar in web2py for building calendars?
Thanks
PS: by the way I have not yet any answer about adding users to the editor group at register time in plugin wiki (see my previous post). Building our own site in web2py is valuable event if we're just learning, so any answer will be appreciated :-)
Answers (1)
Comments (1)
0
rochacbruno 12 years ago
I guess this app has a full-calendar implemented https://github.com/mdipierro/web2py-appliances/tree/master/AppointmentManager
replies (1)