maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar (https://talk.maemo.org/showthread.php?t=40408)

Kabouik 2011-04-16 15:34

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Can anyone tell me what is the difference between the yellow arrow button and the blue arrow button? I guess the yellow one only synchronizes the currently selected profile whereas the blue one synchronizes all profiles... But if true, why the yellow button is a single direction arrow? Does it mean it only synchronize from the remote calendar and not to it?

I'm confused by this icon as it provides two different informations: the "1" seems to indicate that it will only synchronize one profile, the single arrow seems to indicate that it will only synchronize in one direction.

Oh, and I have an issue with the synchronization by itself as all events synchronized from Google will be delayed by one day in the N900 calendar. I double checked, the clock and date of the N900 are correctly set. I don't understand why everything is postponed.

Halp. :[

By the way, great app!

uvatbc 2011-04-16 15:46

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Quote:

Originally Posted by Kabouik (Post 989929)
Can anyone tell me what is the difference between the yellow arrow button and the blue arrow button? I guess the yellow one only synchronizes the currently selected profile whereas the blue one synchronizes all profiles... But if true, why the yellow button is a single direction arrow? Does it mean it only synchronize from the remote calendar and not to it?

I'm confused by this icon as it provides two different informations: the "1" seems to indicate that it will only synchronize one profile, the single arrow seems to indicate that it will only synchronize in one direction.

Halp. :[

By the way, great app!

You are right: the arrow with the 1 will sync only one calendar. The other one will sync all calendars. However the direction of these arrows does not control the direction of sync. The rules that you created for each calendar determines the direction of the sync.
In other words those buttons control whether to run one rule or to run all rules.

Kabouik 2011-04-16 16:06

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Thank your for your quick answer uvatbc! The direction of the arrow is confusing but this is just appearance so!

Now I have to figure out why the synchronization delays my events in the N900!

x61 2011-04-17 12:51

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
So what is the new version? Can you put all the recent updates on in the first post? It is way easier to find that way..rather than reading through all the posts to find it.

Thanks

JensU 2011-04-20 21:57

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Quote:

Originally Posted by TheLongshot (Post 979935)
Just curious, but am I the only one who had the alarm setting for the calendar set to 0 minutes after a sync? I only just started using it.

the alarm time of events created on my n900 remain the same even after one sync or more. but the alarm time set by an event created in google calendar and synced to n900 is always set to 0.
another issue i realized is that full day events coming from google take 2 days on n900 after sync (e.g. "german holidays")

this app is really essential. thanks a lot and keep up the good work!

cheers!
jens

joliclic 2011-04-22 17:12

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Quote:

Originally Posted by JensU (Post 992853)
another issue i realized is that full day events coming from google take 2 days on n900 after sync (e.g. "german holidays")

I have the same problem. I've reported this issue some times ago, and just propose a temporary workaround ;) :
bug #12064

electristan 2011-04-28 09:43

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
Hi, im try to apply the patch given for [Bug 12064] Full-day events from Google are synced to two day events and im unsure how.

its a *.patch file.

any help would be great :)

joliclic 2011-04-29 17:17

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
1 Attachment(s)
Quote:

Originally Posted by electristan (Post 996678)
any help would be great :)

In your N900, you have to modify the file:
Code:

/opt/maemo/usr/share/erminig/erminig_core.py
replace the lines 264-265:
Code:

                        start_time += time.timezone
                        end_time += time.timezone

by these ones:
Code:

                        tz = time.timezone
                        if (time.daylight):
                                tz = time.altzone
                        start_time += tz
                        end_time += tz
                        #start_time += time.timezone
                        #end_time += time.timezone

I join to this post the modified file, so you can:
1- make a copy of the current file
2- overwrite it by the new one

The easiest way is to use ssh from another computer, but perhaps this can be not really friendly if this computer is not under Linux.

The other way is to install rootsh in the N900, and perform all the task from the terminal:

- download the file in your N900, and choose to put it in your main folder, not a sub-directory.

-then open a terminal, and go to the good directory:
Code:

cd MyDocs
- if you have put the file in a sub-directory, go into it:
Code:

cd mysub/folder/
- extract the file from the archive
Code:

tar -zxf erminig_bug12064.tar.gz
- now become root:
Code:

root
-make a copy of the current file of erminig
Code:

cp /opt/maemo/usr/share/erminig/erminig_core.py /opt/maemo/usr/share/erminig/erminig_core.py.bak
- go to the directory wich contains the new version:
Code:

cd /home/user/MyDoc
- and overwrite the file
Code:

cp -f erminig_core.py /opt/maemo/usr/share/erminig/erminig_core.py
Hope this help ;) .

electristan 2011-04-30 10:40

Re: [Announce] Erminig-NG: two-way synchronization Google Calendar <-> Fremantle Calendar
 
It worked perfectly :) thanks for taking the time to make the great howto

niv 2011-05-11 19:34

now we can add tasks
 
Updates:
Status: Fixed

Comment #616 on issue 987 by api.nico...@gmail.com: Request API for Tasks (in the Google Mail Interface)
http://code.google.com/p/gdata-issue.../detail?id=987

This issue is now resolved. We are happy to announce the launch of the Tasks API :)

More details on our blog post: http://googleappsdeveloper.blogspot....tasks-api.html


All times are GMT. The time now is 20:52.

vBulletin® Version 3.8.8