ragarnok
|
2010-01-14
, 16:41
|
Posts: 10 |
Thanked: 8 times |
Joined on Jan 2010
|
#11
|
|
2010-01-14
, 16:55
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#12
|
And, what am I supposed to answer? do I paste in one of the calendar links from the google calendar site?
Does this support syncing from multiple calendars?
I use google calendar for 3 calendars, that are shared with 3 different groups of people (read-write) by sharing a google account and password.
The Following 3 Users Say Thank You to lorelei For This Useful Post: | ||
|
2010-01-14
, 17:11
|
Posts: 68 |
Thanked: 36 times |
Joined on Dec 2009
|
#13
|
Sorry, I should have been more explicit. Here's what happens:
erminig will scan your list of google calendars (automatically) and for each calendar on Google it will ask you if you wish to have that calendar in sync. You have to answer yes or no (y/n). If you answer y(es)
|
2010-01-14
, 17:28
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#14
|
However, how does it know what "my" calendars are? as I was mentioning, I have 3 different google accounts that I use to share stuff with people. Where do I configure these? In the contacts application?
The Following 3 Users Say Thank You to lorelei For This Useful Post: | ||
|
2010-01-14
, 17:49
|
Posts: 34 |
Thanked: 17 times |
Joined on Dec 2009
|
#15
|
The Following 3 Users Say Thank You to petibub For This Useful Post: | ||
|
2010-01-14
, 18:05
|
Posts: 130 |
Thanked: 13 times |
Joined on Nov 2005
|
#16
|
|
2010-01-14
, 21:30
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#17
|
- I have 7 local cals. Erminig does not recognize one of them (name: privat), so I can not sync this cal. I have no idea what so special about this one cal, but this cal I also can not rename ;-)
- Erminig crashed on a cal having an umlaut (Geschäft) in the title (I'm in austria). Renamed to "Geschaeft" to work around this problem, it's a minor issue.
- I looked at the python script and saw that there is no recognition if a local calendar is already on google. Looks like a complicated thing keeping tracking of all the IDs, so it's a "nice-to-have" thing.
- A big problem is that after Erminig created 5 cals on google, three of them had wrong titles - they had the google-id as the title (the looooong string with groop.calendar.google.com at the end). Erminig could sync all the events of these cals, however it's hard to recognize the real title of these calcs in Google now. After correcting the titles in google, Erminig could not sync with them anymore. A renaming back to the google-ids as titles did not help. The only way to get Erminig to work again is to delete Erminig's database. At the moment is this the biggest problem for me - any ideas?
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2010-01-14
, 22:10
|
Posts: 34 |
Thanked: 17 times |
Joined on Dec 2009
|
#18
|
I suspect that this is a calendar created by Mail for Exchange. I had the same issue with a calendar called "N900" on my device. I'm also unable to delete it, and I'm a bit at a loss about why it doesn't appear in the database. With the upcoming changes I'm implementing, this problem may go away.
I got hit by the very same problem while debugging the umlaut issue. I think that they are somewhat related (but I don't understand why), but I have to do some more testing and I'll get back to you with more information!
feed = gd_client.GetAllCalendarsFeed() for i,cal in enumerate(feed.entry): print '\t%s. %s %s' % (i, cal.title.text, cal.id.text)
feed = gd_client.CalendarQuery(query)
The Following 2 Users Say Thank You to petibub For This Useful Post: | ||
|
2010-01-14
, 22:45
|
Posts: 34 |
Thanked: 17 times |
Joined on Dec 2009
|
#19
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=Erminig2 Exec=/usr/bin/osso-xterm 'python /home/user/XXX/erminig-ng/erminig-ng.py' Icon= X-Window-Icon= X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
The Following 3 Users Say Thank You to petibub For This Useful Post: | ||
|
2010-01-14
, 23:41
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#20
|
The Following 4 Users Say Thank You to lorelei For This Useful Post: | ||
Tags |
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
|