django-scheduler icon indicating copy to clipboard operation
django-scheduler copied to clipboard

Add support for use over restful APIs

Open shubh3794 opened this issue 8 years ago • 2 comments

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

shubh3794 avatar Mar 22 '16 18:03 shubh3794

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

llazzaro avatar Mar 22 '16 20:03 llazzaro

check out the api for the fullcalendar viewer for now, its at the bottom of views.py

symbiosdotwiki avatar Mar 31 '16 18:03 symbiosdotwiki