Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Announce] Gene Cash's to_do and calend PIM programs for OS 2008

    Reply
    Page 13 of 18 | Prev | 3   11     12   13   14     15   | Next | Last
    rbrewer123 | # 121 | 2008-04-24, 19:28 | Report

    Originally Posted by Laughing Man View Post
    How did you do it?

    rbrewer123, how do I copy and paste the log to here? I open the log and highlight it but it won't let me copy and paste. When I have time I'll connect my iGo bluetooth keyboard and see if I can copy it then,
    Don't know... you could try opening /home/user/.logs/calend.log in the Notes app and copy and paste from there.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Laughing Man | # 122 | 2008-04-24, 19:29 | Report

    Started: Mon Apr 21 21:07:05 2008
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdkdrawable-x11.c:878 drawable is not a pixmap or window
    gtk.main_iteration()
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    midnight alarm set
    Started: Tue Apr 22 00:00:05 2008
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    Started: Tue Apr 22 16:07:22 2008
    alarm_callback: top_application
    Traceback (most recent call last):
    File "/usr/bin/calend", line 325, in import_ical
    populate_cache(prefs['CACHE START'], prefs['CACHE END'], events)
    File "/usr/bin/calend", line 155, in populate_cache
    if d >= start and d <= end:
    TypeError: can't compare offset-naive and offset-aware datetimes
    Traceback (most recent call last):
    File "/usr/bin/calend", line 294, in import_ical
    if uid in master_calend and event.decoded('DTSTAMP') <= master_calend[uid].decoded('DTSTAMP'):
    File "/usr/lib/python2.5/site-packages/icalendar/cal.py", line 250, in decoded
    raise KeyError, name
    KeyError: 'DTSTAMP'
    Started: Tue Apr 22 16:23:47 2008
    alarm_callback: top_application
    Started: Wed Apr 23 00:00:05 2008
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    Started: Thu Apr 24 00:00:05 2008
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    /usr/lib/python2.5/site-packages/nokia_utilities.py:144: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
    gtk.main_iteration()
    Started: Thu Apr 24 14:29:31 2008
    alarm_callback: top_application
    Traceback (most recent call last):
    File "/usr/bin/calend", line 325, in import_ical
    populate_cache(prefs['CACHE START'], prefs['CACHE END'], events)
    File "/usr/bin/calend", line 155, in populate_cache
    if d >= start and d <= end:
    TypeError: can't compare offset-naive and offset-aware datetimes
    Started: Thu Apr 24 15:26:09 2008
    alarm_callback: top_application

    Edit | Forward | Quote | Quick Reply | Thanks

     
    rbrewer123 | # 123 | 2008-04-24, 20:05 | Report

    Laughing Man,

    Can you confirm you were importing a Google calendar when this problem occurred? FGol sent me a Google file which reproduces this problem on my setup. It appears that calend has no timezone support. I've added this problem to my internal version of the todo list which will be pushed to my web page at some point.

    My thinking at this point is that a "quick" fix may be possible that allows these calendars to be imported. Possibly a message should be displayed on the import screen that events in other timezones are not handled correctly.

    I think full timezone support will require a fair bit of effort, though this would be very desirable on a mobile device that may be traveling around.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Laughing Man | # 124 | 2008-04-25, 00:32 | Report

    I wasn't exactly importing the calendar straight from Google Calendar (I can't figure out how. Do you just save the .ics web address they give you?). But I have it set to be received read only to Windows Calendar for Vista. And from there I had Windows Calendar export an .ics file which I then tried to use on the tablet.

    I'll see if I can just save an .ics calendar using the private .ics address Google Calendar gives me and importing that into calendar.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    briand | # 125 | 2008-04-25, 02:12 | Report

    okay, wait a minute. You consciously injected Windows in the middle of things, and now you're wondering out loud why something isn't working correctly?? seriously??



    Edit | Forward | Quote | Quick Reply | Thanks

     
    Laughing Man | # 126 | 2008-04-25, 02:23 | Report

    Haha yeah, after reading that someone had a success, I was beginning to think about that. Though I don't have any other method of getting an ics out of Google?

    Edit: Used wget with the private .ics address Google gave me, gave me basics.ics

    Tried importing it and no success.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by Laughing Man; 2008-04-25 at 02:31.

     
    rbrewer123 | # 127 | 2008-04-25, 04:53 | Report

    Originally Posted by Laughing Man View Post
    Haha yeah, after reading that someone had a success, I was beginning to think about that. Though I don't have any other method of getting an ics out of Google?

    Edit: Used wget with the private .ics address Google gave me, gave me basics.ics

    Tried importing it and no success.
    Ok, thanks for trying that.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    munky261 | # 128 | 2008-04-27, 04:11 | Report

    why is it that the to do list opens up every night at midnight even when there is nothing planned for the day and how can i stop this action?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    vvaz | # 129 | 2008-04-27, 06:39 | Report

    Originally Posted by munky261 View Post
    why is it that the to do list opens up every night at midnight even when there is nothing planned for the day and how can i stop this action?
    Unfortunately it is bug coming from original version.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    rbrewer123 | # 130 | 2008-04-28, 00:16 | Report

    Originally Posted by vvaz View Post
    Unfortunately it is bug coming from original version.
    Correct. And pretty low priority compared to the others.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 13 of 18 | Prev | 3   11     12   13   14     15   | Next | Last
vBulletin® Version 3.8.8
Normal Logout