|
|
03-16-2012
, 09:49 AM
|
|
Posts: 81 |
Thanked: 8 times |
Joined on Nov 2007
|
#601
|
|
|
03-16-2012
, 10:20 AM
|
|
Posts: 1,233 |
Thanked: 1,911 times |
Joined on Feb 2011
@ Germany
|
#602
|
Would like that as well. Would you mind sharing the instructions (=what lines to edit)?

if len(e.reminder) > 0: alarm = int(e.reminder[0].minutes) .. if len(e.when[0].reminder) > 0: alarm = int(e.when[0].reminder[0].minutes) .. if len(event.reminder) > 0: event.reminder[0].minutes = evt.get_alarm() else: event.reminder.append(gdata.calendar.Reminder(minutes=evt.get_alarm())); .. if len(event.when[0].reminder) > 0: event.when[0].reminder[0].minutes = evt.get_alarm() else: event.when[0].reminder.append(gdata.calendar.Reminder(minutes=evt.get_alarm()));
| The Following 2 Users Say Thank You to reinob For This Useful Post: | ||
|
|
04-17-2012
, 05:21 AM
|
|
Posts: 93 |
Thanked: 198 times |
Joined on Feb 2012
|
#603
|
/opt/maemo/usr/share/erminig/erminig_core.py:
tz = time.timezone
if (time.daylight):
tz = time.altzone
start_time += tz
end_time += tz
#start_time += time.timezone
#end_time += time.timezone
def get_alarm(self):
return self.alarm
|
|
04-18-2012
, 08:15 AM
|
|
Posts: 93 |
Thanked: 198 times |
Joined on Feb 2012
|
#604
|
tz = time.timezone
if (time.localtime(start_time).tm_isdst):
tz = time.altzone
start_time += tz
end_time += tz
#start_time += time.timezone
#end_time += time.timezone
| The Following 6 Users Say Thank You to HolgerN For This Useful Post: | ||
|
|
04-18-2012
, 08:31 AM
|
|
Posts: 212 |
Thanked: 92 times |
Joined on Dec 2010
|
#605
|
|
|
04-18-2012
, 08:55 AM
|
|
Posts: 1,328 |
Thanked: 1,979 times |
Joined on Nov 2009
@ Madrid, Spain
|
#606
|
Hi
Allways wanted to use Erminig but never being able to.
This is the log file I get when trying to modify, delete account or sync:
Traceback (most recent call last):
File "/opt/maemo/usr/share/erminig/settings_ui.py", line 17, del_google_acct(widget=<hildon.Button object at 0x41e743c8 (HildonButton at 0x5cc490)>, data=<hildon.Dialog object at 0x41e70698 (HildonDialog at 0x5bb9d0)>)
def del_google_acct(widget, data):
id = get_google_acct_id()
account = google_accounts.get_account_by_id(id)
variables: {'id': ('builtin', <built-in function id>), 'get_google_acct_id': ('global', <function get_google_acct_id at 0x416c9af0>)}
File "/opt/maemo/usr/share/erminig/settings_ui.py", line 14, get_google_acct_id()
(model, iter) = ts.get_selected()
return model.get_value(iter, 0)
variables: {'model.get_value': ('local', <built-in method get_value of gtk.ListStore object at 0x41e74170>), 'iter': ('local', None)}
TypeError: iter must be a GtkTreeIter
Any idea I really want to give it a try
| The Following User Says Thank You to ivgalvez For This Useful Post: | ||
|
|
04-18-2012
, 09:33 AM
|
|
Posts: 1,328 |
Thanked: 1,979 times |
Joined on Nov 2009
@ Madrid, Spain
|
#607
|
|
|
04-18-2012
, 03:53 PM
|
|
Posts: 212 |
Thanked: 92 times |
Joined on Dec 2010
|
#608
|
Yes, once in I while I retest it and found all this weird crashes, my suggestion is to reinstall the application but first run a dpkg --purge and be sure that no configuration files are left.
|
|
04-18-2012
, 04:03 PM
|
|
Posts: 58 |
Thanked: 41 times |
Joined on Aug 2010
|
#609
|
| The Following User Says Thank You to BertvanDorp For This Useful Post: | ||
|
|
04-19-2012
, 02:47 AM
|
|
Posts: 20 |
Thanked: 16 times |
Joined on Jul 2010
@ Hong Kong
|
#610
|
![]() |
| Tags |
| erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
| Thread Tools | Search this Thread |
|