Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

asdsyd/Backend-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Backend-task

Problem: In this assignment you have to implement google calendar integration using django rest api. You need to use the Auth2 mechanism to get users calendar access. Below are detail of API endpoint and corresponding views which you need to implement /rest/v1/calendar/init/ -> GoogleCalendarInitView() This view should start step 1 of the OAth. Which will prompt user for his/her credentials /rest/v1/calendar/redirect/ -> GoogleCalendarRedirectView() This view will do two things

  1. Handle redirect request sent by google with code for token. You need to implement mechanism to get access token from given code
  2. Once got the access token get list of events in users calendar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published