Hello,

I am using java code to add/edit/delete google calendar.
For login I have used

// Create a CalenderService and authenticate
CalendarService myService = new CalendarService("exampleCo-
exampleApp-1");
myService.setUserCredentials("[email protected]", "mypassword");


Is there any way to pass encrypted password to google instead of
passing it as it is "mypassword" for loggin?


Thanks,
Saltriver

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to