If this is the problem I described about, then you can query recurring events by setting the property "SingleEvents" of the query object. In C# it is: "myQuery.SingleEvents = true;" And it querries the recurring events, as well. I hope that was your problem and I helped... :-)
2011/6/1 Dimitrios Zlitidis <[email protected]> > So, to make it clear, you create recurring events but you can't retrieve > them? I just checked it with the application I'm developing and I can't > retrieve them too. I'm working on C#. If I make it, I'll send you feedback. > > > 2011/6/1 Redha Kaban <[email protected]> > >> Hi >> sorry i create the recurring but i need for the single event example i >> read all that page you send it to me but no information about how use the >> singleevents query parameter with recurring if you can send to me any page >> or example in java >> Thank you >> >> On Wed, Jun 1, 2011 at 9:37 PM, Dimitrios Zlitidis >> <[email protected]>wrote: >> >>> Hi Redha, >>> >>> this will help you, if you haven't already checked it: >>> http://code.google.com/intl/el-GR/apis/calendar/data/2.0/developers_guide_java.html#CreatingRecurring >>> >>> Regards, >>> Dimitris >>> >>> >>> 2011/6/1 Redha Kaban <[email protected]> >>> >>>> Hi >>>> is there any link to page ,example or forum post you can help me with >>>> can you send it to me >>>> >>>> On Wed, Jun 1, 2011 at 6:08 PM, Alain Vongsouvanh <[email protected]>wrote: >>>> >>>>> Hi Redha, >>>>> >>>>> If you want to create a recurring event, you have no choice but to >>>>> build the recurrence rule and put it in a Calendar Event Entry (the string >>>>> you are talking about). If you want to retrieve this particular event, and >>>>> have it split into multiple single event, you can use the singleevents >>>>> query >>>>> parameter as specified in the mentioned forum post. >>>>> >>>>> Best, >>>>> Alain >>>>> >>>>> On Tue, May 31, 2011 at 12:47 PM, Redha Kaban <[email protected]>wrote: >>>>> >>>>>> Hi >>>>>> can i use when for create all day event in Google calendar >>>>>> with Java and is there any example to do that . i use before recurrence >>>>>> and >>>>>> i can create that event but when i call it it give me the string i send >>>>>> an >>>>>> email and you answer about old question and i see it but no answer about >>>>>> how >>>>>> can i create the all day event and how to call it every day to do some >>>>>> thing >>>>>> in that time . >>>>>> can any one help me om example how to create all day event and how i >>>>>> call it . >>>>>> >>>>>> -- >>>>>> 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://code.google.com/apis/calendar/community/forum.html >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Alain Vongsouvanh >>>>> >>>>> >>>>> >>>>> -- >>>>> 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://code.google.com/apis/calendar/community/forum.html >>>>> >>>> >>>> -- >>>> 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://code.google.com/apis/calendar/community/forum.html >>>> >>> >>> -- >>> 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://code.google.com/apis/calendar/community/forum.html >>> >> >> -- >> 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://code.google.com/apis/calendar/community/forum.html >> > > -- 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://code.google.com/apis/calendar/community/forum.html
