Django APIs for Google-Calendar-Events
- createCalenderEvent API to create a new calendar event. Input will be passed using the CalenderHandler() in the XML format.
- editCalendarEvent API to create a new calendar event. Input will be passed using the CalenderHandler() in the XML format.
- deleteCalendarEvent API to delete the event using event id.
- showMyEvents API display all the calendar events created by the user.
Above APIs are the back-end APIs used to create,delete,edit and show all google calendar events.
Django 1.9 and python 2.7