Menu

#26 Calsync deletes Events outside back-/forwardDate

v1.0 (example)
open
nobody
None
3
2015-09-15
2015-07-10
Michael
No

In GoogleService.cs / GetEvents the following Code should be added:

......
EventsResource.ListRequest listRequest = this.myServiceV3.Events.List(googleCalendar.PostUristring);
listRequest.TimeMin=this.syncBackDt;
listRequest.TimeMax=this.syncForwardDt;

.......

Discussion

  • Daniel B.

    Daniel B. - 2015-07-23

    Hello Michael,

    I have the same issue and wanted to do your suggested fix but I can't downlaod the source code. Could you please share the fixed compiled version and the source code with us?

    Best regards,
    Daniel

     
  • Michael

    Michael - 2015-07-26

    Hello Daniel,

    I've attached the source code. Please compile the code itself, because it is not working properly on my current PC (get some error messages ...).
    Kind Regards
    Michael

     
  • Daniel B.

    Daniel B. - 2015-07-26

    Thx a lot, Michael.

     
  • Michael

    Michael - 2015-09-11

    Hi,

    No idea.
    I changed only the listed 2 lines...

     
  • Daniel B.

    Daniel B. - 2015-09-15

    hmm strange. Could you please share your compiled version?

     
  • Michael

    Michael - 2015-09-15

    As already described in entry from July, I can not compile the sources currently - move to Windows 10 prepares minor problems ...
    ... I can not say yet if I'll have to program this year even more time. (Excuse my bad English)

     

Log in to post a comment.

MongoDB Logo MongoDB