Ann Knowledge Hub
  • 📚Home
  • Bash
  • 🔀git
  • 🤖AI / ML / Gen AI
    • Generative AI - A Primer
    • Course Notes - Google ML Intro
  • 🎯How To Guides
  • 🔖Good Reference Articles
  • 📳Mobile Development
    • iOS
      • Useful Information
      • Debugging Tricks
      • ViewController Concepts
      • Nullability Annotations
      • UI Testing XCTestUI
      • Xcode Concepts
    • Mobile Application Services
    • AB Testing
    • Firebase
    • Good Articles Blogs
    • iOS Troubleshooting
    • Cocoapods Troubleshooting
  • 💯Miscellaneous
    • Google Calendar API
  • 🌐Web Development
    • 📚Learning Resources
    • 🔎Troubleshooting Issues
Powered by GitBook

About Me

  • My blog
  • GitHub

© 2024 Ann Catherine Jose

On this page
  • Learnings
  • References

Was this helpful?

Edit on GitHub
  1. Miscellaneous

Google Calendar API

PreviousMiscellaneousNextLearning Resources

Last updated 1 year ago

Was this helpful?

Google's calendar API can be used to get calendar events of a user after (s)he has authorized the app.

Learnings

  • Very easy to use. The was very helpful

  • Tried it during the QBSE mobile hack-day 3/30/18 to match calendar events to unreviewed trips.

  • Made a working demo of the code

  • Pranay registered the iOS app in QBSE's Google developer account and thus got the client id.

    • here is the plist -

References

  • Quick start guide -

  • API explorer to try the APIs without writing any code -

  • Google Places API -

💯
Quickstart guide
https://files.slack.com/files-pri/T7AN7J5RP-F9YMD0YDA/client\_1012179567841-13araloiq5ofplb08ovcmkup4vk4di70.apps.googleusercontent.com.plist
https://developers.google.com/calendar/quickstart/ios
https://developers.google.com/apis-explorer/\#s/calendar/v3/calendar.events.list
https://developers.google.com/places/ios-api/