Hey Shah,
You can do that ........ Just add the follwoing lines of code.
Updated the with your id and password for the follwoing field values
"YourEmailIDhere"
"PASSWORDhere"
-----------------------------------------------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">
function fnSubmit()
{
var loginform = document.getElementById("loginform");
loginform.submit();
return;
}
</SCRIPT>
</head>
<body MS_POSITIONING="GridLayout" onload="fnSubmit()">
<form id="loginform"
action="https://www.google.com/accounts/ServiceLoginAuth?service=mail"
method="post">
<input type="hidden" name="continue" id="continue"
value="http://www.google.com/calendar/render">
<input type="text" name="Email" id="Email" size="18"
value="YourEmailIDhere" class='gaia le val'>
<input type="password" name="Passwd" id="Passwd"
size="18"
value="PASSWORDhere" class="gaia le val">
<input type="submit" class="gaia le button"
name="signIn" value="Sign in" />
</form>
</body>
</html>
---------------------------------------------------------------------------------------------------
On Wed, Feb 11, 2009 at 4:23 PM, [email protected]
<[email protected]> wrote:
>
> HI,
>
> is it possible for third party webapplication to Auto login into
> Google Calendar service w/o prompting username/password to user? Can i
> have helpline no also?
>
> >
--
Regds,
Prakash Reddy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---