Finally got the calender to work with repeated weekly events
"Schleimer, Ben" <[email protected]> Mon, 2 Nov 2009 17:15:14 -0800 (PST)
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I finally managed to track down this stupid bug and the calender for my k1m finally syncs properly.
Thank you so much for making bitpim!
Ben
PS. are there any plans to support android/iphone with bitpim?
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
BitPim-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bitpim-devel
calender.patch
(application/octet-stream, 417 B)
Index: src/bpcalendar.py
===================================================================
--- src/bpcalendar.py (revision 4765)
+++ src/bpcalendar.py (working copy)
@@ -374,6 +374,7 @@
return (_d0.year, _d0.month, _d0.day)
_dowbit<<=1
_d0+=_oneday
+ return (_d0.year, _d0.month, _d0.day)
def _check_monthly(self, s, d):
if not self.interval2: