-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Google calendar #9
Comments
oh ... sorry - did not see this one ... |
Hi, i make a modification to connect google calendar to accept Oauth 2.0 . |
you are welcome, wht are the changes |
Pls send a copy 2 me Thanks On 26 February 2016 22:56:17 CET, damd22 [email protected] wrote:
|
Hi On 26 February 2016 22:56:17 CET, damd22 [email protected] wrote:
|
Hi, Prerequisite It is necessary to recover the oauth token , i don't explain it here . I modified in CalDAVClient class to add tokenOauth attribut, and add $tokenOauth parameter in the construct function .
I modified also in CalDAVClient class the DoRequest function to add option in header HTML request if tokenOauth is not null :
After in SimpleCalDAVClient class the connect function i add optionnal $tokenOauth parameter.
finally, if i want to connect google calendar, i do : and if i want to connect classical caldav serveur , i do it would be nice to integrate this development in the package :) Damien |
Hi, |
Hi, would be cool |
I tested with owncloud, its working.
is it possible to connect and access google calendar data ?
The text was updated successfully, but these errors were encountered: