|
2010-03-12
, 01:39
|
Posts: 344 |
Thanked: 73 times |
Joined on Oct 2009
@ Los Angeles
|
#102
|
|
2010-03-12
, 12:21
|
Posts: 87 |
Thanked: 27 times |
Joined on Nov 2009
@ Germany
|
#103
|
|
2010-03-15
, 07:43
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#105
|
Okay, this is what you have to do:
1. Open up default Maemo 5 calendar
2. Select "Settings" on the top bar
3. Select "Edit calendars" (don't know the exact english term for it)
4. Click on a calendar you wish to export, i.e. "Hobby"
5. Select "Export" on the right side of the menu and save wherever you want to. Do this with all the calendars you'd like to have on GPE.
You are done in the default N900s calendar now. Time to go to GPE.
6. Open up GPE calendar
7. Select "Import" from the top bar
8. Go to the folder where you saved your files exported from the default calendar and select the file you want.
9. Now you can either import to an existing calendar type in GPE or you can create a new one on the fly. Please note that a larger calendar database takes quite some time to import and that the progress bar might freeze.
10. Repeat till all your exported data is done.
I really enjoy GPE calendar, so much better than the default solution. Thank you so much for creating the nice piece of software.
|
2010-03-15
, 11:30
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#106
|
|
2010-03-19
, 00:03
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#107
|
sed -e s/DURATION:PT0S/DURATION:PT1S/ <file1.ics >file2.ics
|
2010-03-20
, 00:26
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#108
|
|
2010-03-20
, 21:47
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#109
|
for f in MyDocs/Exported\ contacts/* ; do gpe-contacts -i "$f" ; done
N:lastname;firstname;;;
The Following User Says Thank You to Graham Cobb For This Useful Post: | ||
|
2010-05-10
, 13:54
|
Posts: 395 |
Thanked: 137 times |
Joined on Feb 2008
@ Boone, IA
|
#110
|
1. Open up default Maemo 5 calendar
2. Select "Settings" on the top bar
3. Select "Edit calendars" (don't know the exact english term for it)
4. Click on a calendar you wish to export, i.e. "Hobby"
5. Select "Export" on the right side of the menu and save wherever you want to. Do this with all the calendars you'd like to have on GPE.
You are done in the default N900s calendar now. Time to go to GPE.
6. Open up GPE calendar
7. Select "Import" from the top bar
8. Go to the folder where you saved your files exported from the default calendar and select the file you want.
9. Now you can either import to an existing calendar type in GPE or you can create a new one on the fly. Please note that a larger calendar database takes quite some time to import and that the progress bar might freeze.
10. Repeat till all your exported data is done.
I really enjoy GPE calendar, so much better than the default solution. Thank you so much for creating the nice piece of software.