You are going to have to use OAuth to get authorization, store the token you get for the user, and then use the token to interact with the Google Calendar API.
Except that you will be doing that with Google's services. But the storing the tokens and then using those to make requests will be a little different.
@ahuggins Thanks for your replay, I already understand how to use Socialite to get access with OAuth2 i think it`s getting just the goole+ account , but the problem um facing here is how to connect the email (calendar-Email) to be used with laravel calendar .
I has to authenticate user to login to the app. user email was " [email protected] "
now i want this user to see his events on google calendar . but my google calendar provider um using is only get the default calendar that i specified on config file .. so it`s always using [email protected]
I know um not explaining it right, but Um doing my best here :)