Giter Club home page Giter Club logo

google-event-management-api's Introduction

This project is live at here.

google-event-management-api's People

Contributors

moinkhan8439 avatar

Stargazers

 avatar

Watchers

 avatar

google-event-management-api's Issues

Not an issue!

This isn't a issue but I just want to connect to you. I have a doubt so need a help from you. Can you tell me how can we connect. Thank You ๐Ÿ˜Š

def connect_to_calendar(request):
    #Fetches the User of the request
    qs=SocialAccount.objects.filter(user=request.user)
    print(request.user)
    #Fetches the Acces token of the User
    token=SocialToken.objects.filter(account=qs[0]).values('token')

    #The scope of service like if we want readonly etc
    SCOPES = ['https://www.googleapis.com/auth/calendar.events']

    #Finally making a connection request
    creds = Credentials(token[0]['token'],SCOPES )
    service = build('calendar', 'v3', credentials=creds)
    return service

My doubt is how to get calendar list for the logged in user who have already given the permission to access Calendar API on the OAuth page. How to call the API?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.