Thanks Frank I Tried and build new api's Till now it's working fine.
Thanks Praveen Negi On Oct 18, 2:39 pm, Kulvinder Singh <[EMAIL PROTECTED]> wrote: > Thanks a lot Frank. > > If possible, please put a release build for Mobile version. > > Thanks > Kulvinder Singh > > > > ----- Original Message ---- > From: Frank Mantek <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, October 18, 2007 3:00:14 PM > Subject: Re: How To set CalendarQuery.Uri in Dot net Compact Framework > > If you are able to build the DLLs yourself, you pull the > CalendarQuery.cs file from subversion, otherwise let me know and i > put a new mobile build up there as well. > > Frank Mantek > Google > On Oct 18, 2007, at 11:14 AM, praveen wrote: > > > Sir I Forget to tell that I am using google API 1.1.0.0 > > and as far as I tried there is only one constructor for CalendarQuery > > which is not having any parameters. > > > Thanks > > > On Oct 18, 1:16 pm, Frank Mantek <[EMAIL PROTECTED]> wrote: > >> The reason that is is that the whole uri parsing code does not exist > >> in CF. Hence setting the URI, which normally causes parsing of the > >> parameters etc, is not available. > > >> You can use the default constructor: > > >> new CalendarQuery("http://go/where/no/man/has/gone/before"); > > >> Frank Mantek > >> Google > >> On Oct 18, 2007, at 8:34 AM, praveen wrote: > > >>> Hi, > > >>> I am working on a project and needs to get the google calendar > >>> feed In > >>> compact Framework. > > >>> Code I am Using : > > >>> CalendarService service = new CalendarService("Application Name"); > >>> service.setUserCredentials(_strUserName, _strPassword); > > >>> CalendarQuery calQuery = new CalendarQuery(); > >>> calQuery.Uri = new Uri("http://www.google.com/calendar/feeds/ > >>> default/ > >>> allcalendars/full"); > > >>> and it gives the error that CalendarQuery.Uri is read only property. > > >>> On the other hand it works fine if I Use Google's API (For Windows, > >>> not for compact framework). > > >>> Is there any workaround for this.- Hide quoted text - > > >> - Show quoted text - > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection > aroundhttp://mail.yahoo.com- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
