Re: qtmoko calendar

2013-02-19 Thread Adrien Dorsaz
Hi Robin, Le lundi 11 février 2013 à 11:44 +, robin a écrit : Hi Adrien, thanks for this very handy tool. It works almost perfectly with my ics calender I export from orgmode. there is just one minor thing: it fails if I have a date on -07-31 which as far as I checked my

Re: qtmoko calendar

2013-02-11 Thread robin
Hi Adrien, thanks for this very handy tool. It works almost perfectly with my ics calender I export from orgmode. there is just one minor thing: it fails if I have a date on -07-31 which as far as I checked my calendar does actually exist: for the error I found the following bug [1] on the

Re: qtmoko calendar

2013-02-10 Thread urodelo
The ics files on the server are in format 1.ics, 2.ics, 8.ics, 27.ics43.ics... and so on. It's egroupware groupdav folder for calendar. urodelo On Sat, 09 Feb 2013 17:25:12 +0100, arne anka openm...@ginguppin.de wrote: using wget with -r -l 1 you should be able to download the

Re: qtmoko calendar

2013-02-10 Thread arne anka
for i in {1..100} ; do wget http://url/$i.ics ; done The ics files on the server are in format 1.ics, 2.ics, 8.ics, 27.ics43.ics... and so on. It's egroupware groupdav folder for calendar. urodelo On Sat, 09 Feb 2013 17:25:12 +0100, arne anka openm...@ginguppin.de wrote: using

Re: qtmoko calendar

2013-02-09 Thread arne anka
using wget with -r -l 1 you should be able to download the whole folder without going deeper than that. if you have an idea of the format of the files (ie eventname_-mm-dd.ics or such) you could try to create possible combinations with printf and append them to the base url in a loop.

Re: qtmoko calendar

2013-02-07 Thread Adrien Dorsaz
Hello! Le jeudi 07 février 2013 à 11:58 +0100, urodelo a écrit : Hello, what is the executable file for the qtmoko calendar? Is it possible to import/export ics files or do other operations through the terminal? tnx uro I've just updated a small tool to import ics files written in

Re: qtmoko calendar

2013-02-07 Thread urodelo
tnx is it possible to retrieve more ics from remote url/server recursively? For example, on remote server I have http://foobar.foo/1.ics , http://foobar.foo/2.ics, http://foobar.foo/8.ics , http://foobar.foo/43.ics... but I don't have an exactly clue about the name/numer of ics files... the

Re: qtmoko calendar

2013-02-07 Thread Adrien Dorsaz
I think you can modify the wget loop : https://github.com/Trim/qtmoko-ics2qtcal/blob/master/sync4ics2openmoko.sh#L19 to loop on a variable from 1 to any number instead on arguments (you should add option --tries 1 to avoid to be stucked 20 times on a file). It should work, if names are simply

Re: qtmoko calendar

2013-02-07 Thread urodelo
tnk, i'll try uro On Thu, 07 Feb 2013 12:59:06 +0100, Adrien Dorsaz adr...@adorsaz.ch wrote: I think you can modify the wget loop : https://github.com/Trim/qtmoko-ics2qtcal/blob/master/sync4ics2openmoko.sh#L19 to loop on a variable from 1 to any number instead on arguments (you should add

Re: qtmoko calendar / google calendar

2011-04-04 Thread Wesley Frazier
rock solid, someday I only seem to have cellular data for 15 minutes at a time. Still working on that... -- Forwarded message -- From: mossroy mossroy.moss...@gmail.com To: community@lists.openmoko.org Date: Sun, 03 Apr 2011 14:40:28 +0200 Subject: Re: qtmoko calendar / google

Re: qtmoko calendar / google calendar

2011-04-03 Thread mossroy
To: List for Openmoko community discussioncommunity@lists.openmoko.org Date: Sat, 19 Mar 2011 12:12:17 +0100 Subject: Re: qtmoko calendar / google calendar I uploaded a version 0.5 of the script on http://mossroy.free.fr/ics2qtcal/ It now can handle correctly the date/times that are given in UTC

Re: qtmoko calendar / google calendar

2011-03-23 Thread mossroy
: mossroymossroy.moss...@gmail.com To: List for Openmoko community discussioncommunity@lists.openmoko.org Date: Sat, 19 Mar 2011 12:12:17 +0100 Subject: Re: qtmoko calendar / google calendar I uploaded a version 0.5 of the script on http://mossroy.free.fr/ics2qtcal/ It now can handle correctly the date

Re: qtmoko calendar / google calendar

2011-03-21 Thread Wesley Frazier
community@lists.openmoko.org Date: Sat, 19 Mar 2011 12:12:17 +0100 Subject: Re: qtmoko calendar / google calendar I uploaded a version 0.5 of the script on http://mossroy.free.fr/ics2qtcal/ It now can handle correctly the date/times that are given in UTC format (which was the case in the test

Re: qtmoko calendar / google calendar

2011-03-19 Thread mossroy
-- From: mossroymossroy.moss...@gmail.com To: community@lists.openmoko.org Date: Fri, 18 Mar 2011 09:51:18 +0100 Subject: Re: qtmoko calendar / google calendar It's certainly a timezone issue. I suppose you don't use the same timezone in google calendar and in QtMoko. I'll look into it, to see if I

Re: qtmoko calendar / google calendar

2011-03-18 Thread mossroy
It's certainly a timezone issue. I suppose you don't use the same timezone in google calendar and in QtMoko. I'll look into it, to see if I can fix that in the code. Any other issues with this script? I'm happy to see that it might be helpful for someone else than me :-) Regards, Mossroy Le

Re: qtmoko calendar / google calendar

2011-03-18 Thread Wesley Frazier
...@gmail.com To: community@lists.openmoko.org Date: Fri, 18 Mar 2011 09:51:18 +0100 Subject: Re: qtmoko calendar / google calendar It's certainly a timezone issue. I suppose you don't use the same timezone in google calendar and in QtMoko. I'll look into it, to see if I can fix that in the code

Re: Re : QtMoko calendar

2011-01-05 Thread Thomas Bellembois
Le 05/01/2011 07:39, mossroy a écrit : Thomas Bellembois wrote : Is there a plan to develop a sync tool on QTMoko ? Thomas, I developed a very simple script that overwrites the content of QtMoko Calendar with the content of one or several iCal Files (.ics) that can be retrieved with HTTP

Re : QtMoko calendar

2011-01-04 Thread mossroy
Thomas Bellembois wrote : Is there a plan to develop a sync tool on QTMoko ? Thomas, I developed a very simple script that overwrites the content of QtMoko Calendar with the content of one or several iCal Files (.ics) that can be retrieved with HTTP It works well enough to suit my needs,