![]() |
Re: mCalendar
Khertan,
you are working on mContacts ... - Will there be an integration of contacts into calendar) (for bithdays etc.) - Have you planed a connection between mContacts and the internal contacts? |
Re: mCalendar
HI:
I am a relatively new user. I recently installed mcalendar on my N800. I synced without problems a few times with my gmail calendar. Then something happened and my syncing would stop at 60%. I have tried reinstalling with no avail. But it seems that I am not able to fully uninstall the application. Since the alarms keep going off even with the application uninstalled. I am wondering if any of you experienced folks have any suggestions. Thanks -SSRajan |
Re: mCalendar
Yeah, choosing the calendars would be ideal. I keep different ones like friends, or cousins' class schedule which I can turn on and off to see when all our breaks coincide. But I don't need them all the time.
I guess for now if we want a certain calendar, we could just turn off the other ones when syncing (via web interface?) |
Re: mCalendar
I upgraded to the latest mcalendar this morning and get the 60% sync bug again. In the console I get:
Quote:
I like the new icons/graphics but maybe there is a more suitable icon (or add text next to it) for the delete button for events. The red X leads me to believe it is a cancel button (I made this mistake once already after upgrading). |
Re: mCalendar
version 0.4.6-1:
The odd display of repeating events is back in the weekly and monthy views, as it was in an earlier version (in the versions in between, they didn't display at all in those views!). I think the problem lies in how the XML data from google is being interpreted. My repeating event happens every other friday, so it's set to repeat every other week on friday. The XML file indicates that the repeat frequency is "2"... and I think your software is interpreting that as 2 days. There's another field in the XML file that indicates whether the repeat value is expressed in days, weeks, or months, and I think that field is being misinterpreted (or ignored?). |
Re: mCalendar
I checked in on the issue with weekly repeats. Using datable i checked out the database, and a new weekly event was listing as repeating over days. in mevent.py, when the event is imported to the database the app checks to see if it repeats every day of the week. in line 98. instead of changing to a daily event only if it repeats on all 7 days, it does the opposite. If you change the line from
Code:
if (len(googleToDays(self.repeat_byday))<7)Code:
if (len(googleToDays(self.repeat_byday))==7)I hope that this helps. |
Re: mCalendar
Anyone knows how auto sync works, i always go menu then sychro to sync new calenders, is it necessary or all sync is done in the background with auto sync checked in the preferences thanks.
|
Re: mCalendar
Quote:
|
Re: mCalendar
How long do you leave it syncing? I have synced 1800 events at a time and once it took over 20 minutes (with errors making it take longer). Also, have you run from the command line to watch the output?
As for the auto sync not working, you can fix this yourself if you are comfortable with editing the program's files. PM me for help on this (I have already sent the info to Khertan). |
Re: mCalendar
Quote:
|
| All times are GMT. The time now is 08:36. |
vBulletin® Version 3.8.8