Reply
Thread Tools
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#11
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's Avatar
Posts: 44 | Thanked: 62 times | Joined on Aug 2010 @ Polska
#12
new release
 

The Following 2 Users Say Thank You to yoyoek1 For This Useful Post:
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#13
which web calendar should I use with this app?
__________________
per ardua ad astra
 
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#14
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?

Last edited by erniadeldesktop; 2010-09-29 at 16:00. Reason: errors
 
yoyoek1's Avatar
Posts: 44 | Thanked: 62 times | Joined on Aug 2010 @ Polska
#15
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.

Last edited by yoyoek1; 2010-09-30 at 11:17.
 
Posts: 6 | Thanked: 0 times | Joined on Oct 2010
#16
thanks for that piece of software!

Our webcal-server is secured via username and password - would it be possible to pass that to pywebcalai?
 
Posts: 458 | Thanked: 136 times | Joined on Jul 2010 @ Holland
#17
Can't get it work with Flogs . . . is this possible?
 
yoyoek1's Avatar
Posts: 44 | Thanked: 62 times | Joined on Aug 2010 @ Polska
#18
Originally Posted by Carlito View Post
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.
 

The Following User Says Thank You to yoyoek1 For This Useful Post:
yoyoek1's Avatar
Posts: 44 | Thanked: 62 times | Joined on Aug 2010 @ Polska
#19
Originally Posted by andreas.baer View Post
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?
 
Posts: 6 | Thanked: 0 times | Joined on Oct 2010
#20
sorry for the delay - no, it's not a htaccess, its plain login+password
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:12.