|
|
Subject: Re: Sharing calendar with GData or google api? - msg#00168
List: org.google.api.calendar
Do you know inhow many time this functionnality will be implement?
thanks
2007/4/20, Lane LiaBraaten (Google) <api.lliabraa@xxxxxxxxx>:
>
>
> Hi,
>
> The Google Calendar data API doesn't currently let you manage calendar
> sharing. We've had a number of threads on this topic and there is a
> feature request to implement calendar sharing in the API.
>
> Cheers,
> Lane
>
> On Apr 19, 10:55 am, locs <Loic.vign...@xxxxxxxxx> wrote:
> > Hi, i just want to know if it's possible to share my calendar with
> > google api (Php) or gdata.
> > I've that is possible to do all functionnality that is present in web
> > interface but i haven't find anything about sharing calendar with
> > google api or gdata.
> > Everyone can help me please?
> > Thanks
>
>
> >
>
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Google Calendar APA w/ VB.NET
There is a .NET client library released by us (
code.google.com/p/google-gdata) that you can use inside VB.NET just fine.
There is one example written in VB, the rest is in C#, but as usual, this is
rather easy to port over.
Frank Mantek
Google
On 4/25/07, klanda20@xxxxxxxxx <klanda20@xxxxxxxxx> wrote:
>
>
> Anybody now how this can be applied to VB.NET?
>
>
> >
>
Next Message by Date:
click to view message preview
The remote server returned an error: (401) Unauthorized.
Hi,
I am trying to get an authenticated feed from my Google Calendar using the C#
.NET Google Calendar APi version 1.0.9.4 but i am getting this error :
Execution of request failed:
/private/full?m">http://www.google.com/calendar/feeds/<my
email>/private/full?m
ax-results=2147483647&start-min=2007-04-23T04:00:00Z&start-max=2007-04-3
0T04:00:00Z
The remote server returned an error: (401) Unauthorized.
When i looked into the Google Server Error, it was :
<HTML>
<HEAD>
<TITLE>Authorization required</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>Authorization required</H1>
<H2>Error 401</H2> </BODY> </HTML>
I am 1000% sure that may Username and Password are correct. Also, i can go to
Google Calendar and i am able to login using the same credentials. A few days
back same code was working perfectly. Its this something related with the
release of 1.0.9.6 or the Google Server update. I dont think that i should get
affected by all this.
I need an explanation on this IMMEDIATELY.
Kulvinder Singh
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
Previous Message by Thread:
click to view message preview
Re: Sharing calendar with GData or google api?
Hi,
The Google Calendar data API doesn't currently let you manage calendar
sharing. We've had a number of threads on this topic and there is a
feature request to implement calendar sharing in the API.
Cheers,
Lane
On Apr 19, 10:55 am, locs <Loic.vign...@xxxxxxxxx> wrote:
> Hi, i just want to know if it's possible to share my calendar with
> google api (Php) or gdata.
> I've that is possible to do all functionnality that is present in web
> interface but i haven't find anything about sharing calendar with
> google api or gdata.
> Everyone can help me please?
> Thanks
Next Message by Thread:
click to view message preview
Getting a list of users calendars in javascript
Hi
I am able to retieve a list of calendars via C# and client libs. I am
also able to retrieve it using this url
http://www.google.com/calendar/feeds/default
which return it as a feed. What I would like though is to be able to
do
http://www.google.com/calendar/feeds/default?alt=json or
http://www.google.com/calendar/feeds/default?alt=json-in-script&callback=myFunction
I am hoping that I do not have to resort to string parsing or MSXML/
XmlProcessor.
Any thoughts?
Regards
Ken
|
|