|
Re: add an entry with javascript: msg#00207org.google.api.calendar
Please read http://code.google.com/apis/accounts/AuthForWebApps.html , especially the section "Working with AuthSub". Then try something like this: var xmlHttp = new XMLHttpRequest(); xmlHttp.open('POST',http://www.google.com/calendar/feeds/default/private/full',true); xmlHttp.setRequestHeader("Content-Type","application/atom+xml"); xmlHttp.setRequestHeader("Authorization","AuthSub token=\"" + token + "\"); xmlHttp.send(xmlEntry); Philipp |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Where do Get Documentation: 00207, Philipp Kewisch |
|---|---|
| Next by Date: | Re: Where do Get Documentation: 00207, gregpinero@xxxxxxxxx |
| Previous by Thread: | Re: add an entry with javascripti: 00207, Frank Mantek |
| Next by Thread: | Re: add an entry with javascript: 00207, DPM |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |