The Code that u r using in Correct
What kind of problem are u facing ??

is this code is taking a long time??
or code is executing fast. But event dosn't appear in Google
Calendar!!!!

what Type of application are u using desktop or mobile??


On Jan 16, 7:37 pm, Kaul <[EMAIL PROTECTED]> wrote:
> I have created a calendar using API (.Net). I am facing problem in
> creating events in that calendar manually. The calendar's name doesn't
> appear in the list of calendars to which I can attach an event.
> Following is the code that I am using -
>
>  CalendarEntry calEntry = new CalendarEntry();
>  calEntry.Title.Text = CommonDataFunctions.Application_Name;
>  calEntry.Summary.Text = CommonDataFunctions.Application_Name;
>  calEntry.TimeZone = System.TimeZone.CurrentTimeZone.StandardName;
>  calEntry.Hidden = false;
>  calEntry.Color = "#2952A3";
>  calEntry.Location = new Where("", "",
> System.TimeZone.CurrentTimeZone.StandardName);
>  calEntry.Selected = true;
>
>  Uri postUri = new Uri("http://www.google.com/calendar/feeds/default/
> owncalendars/full");
>  CalendarEntry createdCalendar =
> (CalendarEntry)GCalService.Insert(postUri, calEntry);
--~--~---------~--~----~------------~-------~--~----~
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