thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it so as to expose a restFul API for mobile and web?

shubh3794 opened this issue · comments

Hey, I am trying to make a Planner provides user with a timeline of the non recurring events that he has scheduled in his Weekly/Monthly Plan. I want to do it in a RESTful way. Any Idea on how to go about it?.

I would like to use the object with the Django Rest API also.
did you try to just expose the object or write your own serializer for it?