maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [ANNOUNCE] tiny webcal auto importer :: pywebcalai (https://talk.maemo.org/showthread.php?t=61203)

erniadeldesktop 2010-09-23 04:48

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
that should be awesome!
my idea was:
on_menuaction_sync: exec(pywebcalai --local --import my.ics file)
or to call a quick update when closing.
this will be super super cool.
thanks!

yoyoek1 2010-09-25 15:27

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
new release :)

fw190 2010-09-25 18:29

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
which web calendar should I use with this app?

erniadeldesktop 2010-09-29 15:39

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
hi, I've tried many times. and all flavours of combination of sudo, run standalone and simple commands, but is not syncing with the calendar db. where i do wrong? I do have to refresh it somehow?

to reply to some previous post, you should add in the dependences "python-glade2" (I had the same issues!)
thanks again!


EDIT:
i've found an error message: error in ical parsing str.
looking at the sources, happens calling:
cal = Calendar.from_string( str(ical_str) )

this means my calendar is not properly formatted, right?
and also with this one is crashing. here's a copy for you to reproduce the error

Code:

BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
CATEGORIES:MEETING
STATUS:TENTATIVE
DTSTART:20100921T033000Z
DTEND:20100921T043000Z
SUMMARY:Your Proposal Review
DESCRIPTION:Steve and John to review newest proposal material
CLASS:PRIVATE
END:VEVENT
BEGIN:VEVENT
CATEGORIES:MEETING
STATUS:TENTATIVE
DTSTART:20100921T053000Z
DTEND:20100921T063000Z
SUMMARY:test2
DESCRIPTION:ahua
CLASS:PRIVATE
END:VEVENT
END:VCALENDAR

can you tell'me if i'm missing any statement in exporting?

yoyoek1 2010-09-30 11:15

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
I'w add python-glade2. it will bee on depends list in next release.
about ical file. it shoud have "X-WR-CALNAME"

BEGIN:VCALENDAR
PRODID:-//rcspot.pl//rcspot Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:eventy rcspot
X-WR-TIMEZONE:UTC
X-WR-CALDESC:
BEGIN:VEVENT
DTSTART:20100311T142000Z
DTEND:20100311T153000Z
SUMMARY:Poznań,funfly
......


no calendar name in ical file bug whose solved in some previous version.

andreas.baer 2010-10-14 11:38

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
thanks for that piece of software!

Our webcal-server is secured via username and password - would it be possible to pass that to pywebcalai?

Carlito 2010-10-18 08:39

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
Can't get it work with Flogs . . . is this possible?

yoyoek1 2010-10-18 11:31

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
Quote:

Originally Posted by Carlito (Post 843946)
Can't get it work with Flogs . . . is this possible?

I did some tests and it working correct after little pimp :P
delete from adres webcal://
and replace %40 to @

have fun :)

I will add to my list TODO in next release.
in next release it will make it automatically.

yoyoek1 2010-10-18 11:33

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
Quote:

Originally Posted by andreas.baer (Post 840820)
thanks for that piece of software!

Our webcal-server is secured via username and password - would it be possible to pass that to pywebcalai?

hyyy it is password secure by htaccess ? cookie?

andreas.baer 2010-10-19 11:25

Re: [ANNOUNCE] tiny webcal auto importer :: pywebcalai
 
sorry for the delay - no, it's not a htaccess, its plain login+password


All times are GMT. The time now is 17:53.

vBulletin® Version 3.8.8