hai frnd i joined ur group newly to gain knowledge abt google projects and
their does ...
pls can u expalin me how to
1.start a project ?
2.must we should have a group to work?
3.is any abstract is needed to notify this to groups abt project?
pls i will b waiting for ur reply .....
urs khan
On 3/29/07, sandiegokiss <[EMAIL PROTECTED]> wrote:
>
>
> Uri postUri = new Uri("http://www.google.com/calendar/
> feeds/default/private/full");
> EventEntry myEntry = new EventEntry();
>
> myEntry.Title.Text = title;
> myEntry.Content.Content = "The Title";
>
> AtomPerson author = new AtomPerson(AtomPersonType.Author);
> author.Name = "My name";
> author.Email = "[EMAIL PROTECTED]";
> myEntry.Authors.Add(author);
>
> CalendarService myService = new CalendarService("name");
> myService.setUserCredentials("[EMAIL PROTECTED]",
> "password");
> AtomEntry result = myService.Insert(postUri, myEntry);
>
> ==============
> This code allow me to make an entry successfully. My problem is that I
> cannot find a way to invite GUESTS into this eventEntry
> programmatically.
>
> How can I do that ?
>
> Filippo
>
>
> >
>
--
khan says..............
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---