Re: Django Calendar App Just Like Google Calendar

2013-09-03 Thread Margie Roswell
I'm late back to this thread, but Tito, thank you! I have a "dumb" (or basic) question. Looks like events can be dragged and dropped. Is that true for the end-user as well? -- http://FarmBillPrimer.org http://www.BaltimoreUrbanAg.org (Please send events; This site is hungry.) http://www.ExcellentN

Re: Django Calendar App Just Like Google Calendar

2013-08-10 Thread Tito Gonzales
I made a conector for DHTMLxScheduler for python/django with JS/Ajax. https://github.com/tgonzales/dhtmlx-scheduler-django Makes a clone and run with django 1.5, to customize visit http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml Em sábado, 12 de janeiro de 2013 04h59min50s UTC-2, ka

Re: Django Calendar App Just Like Google Calendar

2013-08-10 Thread Margie Roswell
Does anyone have a module available that can do a calendar? The winter thread below involved a whole bunch of coding-from scratch. I'm not yet a super-coder... (I do have coding skillsets) and I'm just learning django, and python. I figure I'll learn django best if I have a real project; And the

Re: Django Calendar App Just Like Google Calendar

2013-01-14 Thread Iñigo Medina
On Mon, Jan 14, 2013 at 09:41:47AM +1100, Mario Gudelj wrote: > Defined my own. Actually, i have defined a single appointment/event model > and then i create an instance of it with different dates and different slug > for the range specified. > > Use rrlue - > http://labix.org/python-dateutil#head

Re: Django Calendar App Just Like Google Calendar

2013-01-13 Thread Iñigo Medina
On Sun, Jan 13, 2013 at 12:44:27PM +1100, Mario Gudelj wrote: > It was straight forward. Tastypie makes it really easy to talk json to > backbone and plotting the appointments in fullcalendar was even easier. You > can have the basic functinality in couple of days. More challenging are the > recur

Re: Django Calendar App Just Like Google Calendar

2013-01-12 Thread Mario Gudelj
It was straight forward. Tastypie makes it really easy to talk json to backbone and plotting the appointments in fullcalendar was even easier. You can have the basic functinality in couple of days. More challenging are the recurring appointments but python's rrule was great help there. On 13 Jan, 2

Re: Django Calendar App Just Like Google Calendar

2013-01-12 Thread Mario Gudelj
I don't think there is one. I looked for one few months ago and ended up building one from scratch with fullcaledar.js, backbone and tastypie On 12 Jan, 2013 6:00 PM, "Kashif Ali" wrote: > Hello Guys, > > Is there any django app available that is a replica of google calendar? > I have checked dja