django-scheduler
django-scheduler copied to clipboard
Add support for use over restful APIs
Hey, I am trying to implement a timeline base schedule for my users but my app is strictly based over restFul services, could you guide me inthe right direction on how to proceed
currently there is not rest api for scheduler. It was planned to use django-restful to add some api views in the project but the issue remains open.
However if you wan to implement by your self you should try to learn the current model of the project and use it as it was any other project.
if you want tell us which info do you need from the api to add that to the current open ticket.
thanks
check out the api for the fullcalendar viewer for now, its at the bottom of views.py