The Following 10 Users Say Thank You to yoyoek1 For This Useful Post: | ||
|
2010-09-05
, 07:25
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#2
|
|
2010-09-06
, 16:42
|
Posts: 20 |
Thanked: 19 times |
Joined on Nov 2009
|
#3
|
|
2010-09-08
, 08:35
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#4
|
|
2010-09-09
, 09:33
|
|
Posts: 246 |
Thanked: 204 times |
Joined on Jun 2007
@ Potsdam (Germany)
|
#5
|
|
2010-09-13
, 07:42
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#6
|
3. Will there be a possibility to select a calendar for importing the data?
4. I always get the error message "google.com connection error" when I try to use this ical: http://www.google.com/calendar/ical/...blic/basic.ics
The Following User Says Thank You to yoyoek1 For This Useful Post: | ||
|
2010-09-21
, 10:13
|
|
Posts: 246 |
Thanked: 204 times |
Joined on Jun 2007
@ Potsdam (Germany)
|
#7
|
~ $ run-standalone.sh /opt/pywebcalai/pywebcalai.sh Traceback (most recent call last): File "./pywebcalai.py", line 76, in <module> import gtk.glade ImportError: No module named glade
|
2010-09-22
, 10:57
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#8
|
A few days ago everything worked fine but now I'm unable to start pywebcalai:
Do you know how to solve the problem?Code:~ $ run-standalone.sh /opt/pywebcalai/pywebcalai.sh Traceback (most recent call last): File "./pywebcalai.py", line 76, in <module> import gtk.glade ImportError: No module named glade
|
2010-09-22
, 11:16
|
Posts: 161 |
Thanked: 85 times |
Joined on Feb 2010
|
#9
|
|
2010-09-22
, 21:37
|
|
Posts: 44 |
Thanked: 62 times |
Joined on Aug 2010
@ Polska
|
#10
|
hi yoyoek1,
your app is almost what I was looking for: I've just wrote an app that generate vcal. I would like to somehow pipe my output to your app and exploit your sync script. Should you adapt it for receving also local ics files? We can speak in private for more details
thanks!
The Following 2 Users Say Thank You to yoyoek1 For This Useful Post: | ||
I'm writing a tiny script in python for automatic import webcal's / icals from internet.
This application lets you to add / edit / delete web links to ical files.
After entering these links, you can update your local (phone) calendar by one click.
juuupii package on repo Extras-devel
package name pywebcalai
homepage: https://garage.maemo.org/projects/pywebcalai/
# 2011 05 31
thx to John added support for calendars with no name (name is taken from http filename), and I added support for recurring events. You can now import events from calendar.yahoo.com with this version
# 2010 10 18
add webcal:// address handler
# 2010 09 30
add depends
new file " run-standalone.sh /opt/pywebcalai/pywebcalai_no_gui.sh " for no gui use
# 2010 09 25
on request:
- add support for localfile system ical
- add command line (no gui import)
# 2010 09 13
more resistant to convert text to date
# 2010 09 08
adding the missing required library
# 2010 08 30
- some gui
first run
configuration add/edit/del
adding some webcal
ready to import in 10, 9, 8, ....
tiny info after import
in my call
imported event
# 2010 08 28
- no icalendar exception handler
- no internet connection handler
- status dialog
- fix configuration list
- speed up all process ~x100
sorry for my mistakes but my English level is quite low
Last edited by yoyoek1; 2011-05-31 at 05:36. Reason: new version (20110531)