21 messages in com.googlegroups.google-calendar-help-dataapiRe: query regarding inserting locatio...
FromSent OnAttachments
TulasiKumar15 May 2006 04:13 
Frank Mantek15 May 2006 07:29 
tula...@gmail.com15 May 2006 21:40 
Frank Mantek16 May 2006 00:14 
kn.k...@gmail.com16 May 2006 01:46 
Frank Mantek16 May 2006 07:56 
tula...@gmail.com16 May 2006 22:33 
Frank Mantek17 May 2006 05:43 
tula...@gmail.com17 May 2006 23:07 
Frank Mantek18 May 2006 09:55 
tula...@gmail.com22 May 2006 00:30 
Frank Mantek22 May 2006 09:51 
Mark Stahl22 May 2006 16:29 
tula...@gmail.com23 May 2006 00:01 
tula...@gmail.com23 May 2006 00:03 
Sanjay23 May 2006 02:06 
tula...@gmail.com23 May 2006 05:12 
kn.k...@gmail.com25 May 2006 02:13 
kn.k...@gmail.com25 May 2006 04:45 
Frank Mantek26 May 2006 07:26 
Frank Mantek29 May 2006 07:46 
Subject:Re: query regarding inserting locations data,recurrence,reminders...... guys its veryvery urgent
From:Frank Mantek (fman@gmail.com)
Date:05/15/2006 07:29:54 AM
List:com.googlegroups.google-calendar-help-dataapi

Recurrences are not working yet through any client api yet.

Location should work fine, code like:

Where newPlace = new Where(); newPlace.ValueString = "A really nice place"; entry.Locations.Add(newPlace);

should add a location and when you insert/update that entry, that should persist it.

How does your code look like? What's the error message?

Regards

On 5/15/06, TulasiKumar <tula@nannacomputers.com> wrote:

Hi everybody,

i cannot insert the location data,recurrences,reimnders into googlecalender through c#.net, can anybody give me the code or atleast some idea about that. i created a where object and using that object for insertion , but still it is not working. so guys pls do reply me!

Bye!