How to synchronize gpe-calendar with Google Calendar
Quick how to (without pictures :)) synchronize gpe-calendar (Nokia770) with Google Calendar in ten steps.Require: Nokia 770 with gpe-calendar from Kernel Concepts, host computer (linux with opensync packages).
For this example:
Nokia 770 connected via WLAN. IP: 10.0.0.101
Host computer connected via cable. IP: 10.0.0.2
0. On N770: install gpesyncd from my repository
00. Allow host to synchronize. On N770 open xterm, type:
echo "10.0.0.2" > /home/user/.gpe/gpesyncd.allow
1. Install opensync with plugins.
For debian sid users: add
deb http://www.in.fh-merseburg.de/~jahn/opensync/ sid main
deb http://www.in.fh-merseburg.de/~jahn/ sid main
# apt-get update
# apt-get install msynctool libopensync-plugin-google-calendar libopensync-plugin-gpe python-xml
# msynctool --listplugins
gpe-sync
google-calendar
...
# msynctool --addgroup gpe-googlecalendar
# msynctool --addmember gpe-googlecalendar gpe-sync
# msynctool --addmember gpe-googlecalendar google-calendar
# msynctool --showgroup gpe-googlecalendar
Groupname: gpe-googlecalendar
Member 1: gpe-sync
Member 2: google-calendar
# msynctool --configure gpe-googlecalendar 1
Handheld port: 6446
Handheld user: user
Use SSH: 0
8. Configure second plugin
# msynctool --configure gpe-googlecalendar 2
9. Test configuration
# msynctool --showgroup gpe-googlecalendar
Groupname: gpe-googlecalendar
Member 1: gpe-sync
Configuration : <config>
<handheld_ip>10.0.0.101</handheld_ip>
<handheld_port>6446</handheld_port>
<handheld_user>user</handheld_user>
<use_ssh>0</use_ssh>
</config>
Member 2: google-calendar
Configuration : <config>
<url>http ://www.google.com/calendar/feeds/USER@gmail.com/private/full</url>
<username>USER@gmail.com</username>
<password>PASSWORD</password>
</config>
# msynctool --sync gpe-googlecalendar
Add new comment