Hi Kulvinder,
I'm looking into this, and I'll let you know what I find out :)
Happy coding,
Jeff
> <entry><id>
http://www.google.com/m8/feeds/contacts/testingaccount%40gmail.com/ba...</id><updated>2008-05-01T07:07:50.273Z</updated><category scheme='
http://schemas.google.com/g/2005#kind'term='http://schemas.google.com/contact/2008#contact'/><title type='text'>New Test -2</title><content type='text'></content><link rel='self' type='application/atom+xml' href='
http://www.google.com/m8/feeds/contacts/testingaccount%40gmail.com/ba...><link rel='edit'
> type='application/atom+xml' href='
http://www.google.com/m8/feeds/contacts/testingaccount%40gmail.com/ba...></entry>
>
> I am not seeing this in the AtomEntryCollection and when i debugged the code, i found that e.CreatingEntry=true and thats whay it is not being added.
>
> Can anyone look into this and let me know the reason ?
>
> protected void OnParsedNewEntry(object sender, FeedParserEventArgs e)
> {
> // by default, if our event chain is not hooked, add it to the collection
> Tracing.TraceCall("received new item notification");
> Tracing.Assert(e != null, "e should not be null");
> if (e == null)
> {
> throw new ArgumentNullException("e");
> }
> if (this.NewAtomEntry != null)
> {
> Tracing.TraceMsg("\t calling event dispatcher");
> this.NewAtomEntry(this, e);
> }
> // now check the return
> if (e.DiscardEntry != true)
> {
> if (e.CreatingEntry == false)
> {
> if (e.Entry != null)
> {
> // add it to the collection
> Tracing.TraceMsg("\t new AtomEntry found, adding to collection");
> e.Entry.Service = this.Service;
> this.Entries.Add(e.Entry);
> }
> else if (e.Feed != null)
> {
> // parsed a feed, set ourselves to it...
> Tracing.TraceMsg("\t Feed parsed found, parsing is done...");
> }
> }
> }
>
> if (e.DoneParsing == true)
> {
> this.BaseUriChanged(this.ImpliedBase);
> }
>
> }
>
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
>
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
>
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
>
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
>
> ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ