Notices


Reply
Thread Tools
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#91
Originally Posted by Laughing Man View Post
Does the importing of Google Calendar work yet? I had installed earlier (before I reflashed) and I didn't see a option to import Google Calendar. Though there was one for .ics.
I made a minor bugfix last week that was intended to help with importing Google Calendar iCalendar files. My understanding is that Google can export to iCalendar. I don't use Google Calendar though so I couldn't specifically test it. If you would like to be a guinea pig that would be great. Just use the "Import Ical" feature. If you suspect anything may not have worked, check "View Log" and report any error-type messages after the last "Started" message.

If anyone is interested in doing other testing on calend, you can backup the state of your calendar by first closing the calend app (not just minimizing it) and then doing something like this from an xterm:
cd /home/user/MyDocs/.python
cp calend_data.dat calend_data.dat.bak

Then if you want to use your previous data file close the calend app again and run (from the same directory as above):
cp calend_data.dat.bak calend_data.dat
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#92
Hmm, I don't have iCalendar though (not a Mac user). Though there are sites out there that will take Google Calendar and then sync it with theirs, and you can grab an .ical file from them I guess. I'll have to check it out.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#93
Unfortunately the iCal/iCalendar/etc. terms are very overloaded and confusing. The latest standards document these are all based off of (RFC 2445) calls itself iCalendar, so that's the term I use. I think Apple's iCal program and Google's export to .ics are all using some variant of the iCalendar standard. All this is just the roundabout way of saying that you should try importing your Google Calendar file directly into calend via the "Import iCal" menu item and see what happens.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#94
Ah ok, thanks for the clarification. I'll go reinstall the apps and try it out.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Mechdude's Avatar
Posts: 13 | Thanked: 0 times | Joined on Jan 2008 @ Brisbane, Australia
#95
Gents, I seem to have a problem with this app, ran through the install list (about a week ago) without a problem and got the icons Calender and To-do in the extras menu, however they would not run. Says loading, then nothing. Then tonight, I uninstalled these 2 apps and ran through the revised list, however again none of the apps work. I have confirmed that i have Python 2.5 (have installed Canola, pyculator etc)
Why no work?
 
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#96
Originally Posted by Mechdude View Post
Gents, I seem to have a problem with this app, ran through the install list (about a week ago) without a problem and got the icons Calender and To-do in the extras menu, however they would not run. Says loading, then nothing. Then tonight, I uninstalled these 2 apps and ran through the revised list, however again none of the apps work. I have confirmed that i have Python 2.5 (have installed Canola, pyculator etc)
Why no work?
No real good ideas on what is going on, but some diagnostics to try. Open an xterm on your NIT and try the following:
cd /home/user/MyDocs/.python
rm -f calend_data.dat calend_pref.dat to_do.dat
/usr/bin/calend

The rm command deletes the data files used by the apps, in case somehow there is a corrupted one preventing them from loading. The last command starts calend manually. If you see any interesting error messages with the last command that may help debug this issue.

Other items of interest:
dpkg -l python2.5 # to find your python version
The firmware version of your device, gotten via Settings->Control Panel->About product. Should look something like:
Version: 2.2007.51-3
 
Posts: 148 | Thanked: 4 times | Joined on May 2006
#97
The calendar app feels quite good but when I enter new entry in calendar it shows the time on 12 hour format even when I have 24 hour format in my N810. Like this: 20.00 start time and calendar shows 8.00, so it's impossible to know what is the starting time, 8.00 in the morning or 8.00 in the evening, not even a.m or p.m to know at what time entry should start.
 
Posts: 152 | Thanked: 32 times | Joined on Dec 2007 @ CA
#98
Originally Posted by rbrewer123 View Post
No real good ideas on what is going on, but some diagnostics to try. Open an xterm on your NIT and try the following:
cd /home/user/MyDocs/.python
rm -f calend_data.dat calend_pref.dat to_do.dat
/usr/bin/calend

The rm command deletes the data files used by the apps, in case somehow there is a corrupted one preventing them from loading. The last command starts calend manually. If you see any interesting error messages with the last command that may help debug this issue.

Other items of interest:
dpkg -l python2.5 # to find your python version
The firmware version of your device, gotten via Settings->Control Panel->About product. Should look something like:
Version: 2.2007.51-3

While the cal works I can not get any import from Google cal to work..here is the error message...

Nokia-N810-51-3:/home/user/MyDocs/.python# rm -f calend_data.dat calend_pref.dat to_do.dat
Nokia-N810-51-3:/home/user/MyDocs/.python# /usr/bin/calend
python[2367]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x2b39e8, Stepy, WLAN_INFRA, 0)
/root/.osso/hildon-fm: Failed to create file '/root/.osso/hildon-fm.6F4X9T': No such file or directory

any suggestions....
 
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#99
Originally Posted by markku View Post
The calendar app feels quite good but when I enter new entry in calendar it shows the time on 12 hour format even when I have 24 hour format in my N810. Like this: 20.00 start time and calendar shows 8.00, so it's impossible to know what is the starting time, 8.00 in the morning or 8.00 in the evening, not even a.m or p.m to know at what time entry should start.
Thanks for the report. Sounds like another localization bug. I'll add it to the list.
 
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#100
Originally Posted by here.david View Post
While the cal works I can not get any import from Google cal to work..here is the error message...

Nokia-N810-51-3:/home/user/MyDocs/.python# rm -f calend_data.dat calend_pref.dat to_do.dat
Nokia-N810-51-3:/home/user/MyDocs/.python# /usr/bin/calend
python[2367]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x2b39e8, Stepy, WLAN_INFRA, 0)
/root/.osso/hildon-fm: Failed to create file '/root/.osso/hildon-fm.6F4X9T': No such file or directory

any suggestions....
I'm not clear on the symptom you are seeing. Please tell me if this is accurate:
You can start calend normally from the tablet like other graphical apps and use it normally. However, when you use the "Import iCal" menu option it fails in some way. Is that correct? In that case, the most helpful diagnostics for me would be if you attempt the import using "Import iCal". Once that is done, then use the "View Log" menu option and report any error messages in the log that occur after the last "Startup" message.

Starting the app from the command line like you did above should be ok for testing, but it looks like you have become root before doing so. Running it as root is undesirable and should not be necessary under any conditions. The best diagnostics come from the View Log menu option. It's mainly just startup failures like Mechdude's where running it from the command line might be helpful.

Last edited by rbrewer123; 2008-04-22 at 16:12.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:35.