Click here to Skip to main content
15,885,869 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a scheduling web app using ASP.net web forms(C#) & jquery ajax(for listing).
I intend to develop a calendar in the app. Store events marked in the local calendar to the Google calendar as well. Also, show events marked on the Google calendar on the local calendar. I know I have to use Google Calendar API for this. But I don't know how to store user's Google credentials in the asp.net app securely & safely.

Any help is appreciated.

What I have tried:

Nothing as yet. But I want to do this using web services & javascript, ajax.
Posted
Comments
F-ES Sitecore 27-Feb-18 5:11am    
You don't store their credentials, you use OAuth so the user logins in using a single-sign-on mechanism and your app is then given rights to their calendar, you never ask for nor store their credentials yourself.

https://developers.google.com/google-apps/calendar/auth
Christopher Fernandes 27-Feb-18 15:50pm    
Thanks F-ES Sitecore

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900