buggnokii - Bugs: bug #28717, Cannot write calendar notes on...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28717: Cannot write calendar notes on Nokia S40 5th Ed.

Submitter:  Mark Baas <markbaas>
Submitted:  Sat 23 Jan 2010 10:22:15 AM UTC
   
 
Category:  gnokii Severity:  3 - Normal
Item Group:  major malfunction Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Jump to the original submission

Thu 27 Jan 2011 11:32:29 AM UTC, comment #15: 

I've checked the code. The REMINDER is the default category. So in case when it is not specified as in your example it gets assigned. And indeed end date is ignored then.

Honestly I don't know what would be a good solution. Nokias apparently accept only a subset of potential vcals. Which means some kind of data loss every time when it includes more information the phone can handle...

Pawel Kot <pkot>
Group administrator
Thu 27 Jan 2011 11:28:38 AM UTC, comment #14: 

Well originally it doesn't have any category that the phone understands, if i use a category that the phone understands then it works, otherwise the phone converts it into remainder which only has start time and olny used for the alarm. The only way for the phone to save the duration is to use the meeting type.

writing this works ok, saves as meeting
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Gnokii.org//NONSGML v0.6.31git
BEGIN:VEVENT
DTSTART:20110205T225900
UID:guid.gnokii.org_157_1714636915
CATEGORIES:MEETING
DTEND:20110205T235900
CATEGORIES:MISCELLANEOUS
SUMMARY:test
BEGIN:VALARM
TRIGGER;VALUE=DATE-TIME:20110205T090000Z
ACTION:AUDIO
END:VALARM
END:VEVENT
END:VCALENDAR

writing this saves only start time, and saves as a remainder
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Gnokii.org//NONSGML v0.6.31git
BEGIN:VEVENT
DTSTART:20110205T225900
UID:guid.gnokii.org_157_1714636915
CATEGORIES:GNOKII
DTEND:20110205T235900
CATEGORIES:MISCELLANEOUS
SUMMARY:test
BEGIN:VALARM
TRIGGER;VALUE=DATE-TIME:20110205T090000Z
ACTION:AUDIO
END:VALARM
END:VEVENT
END:VCALENDAR

writing this saves it as a Memo type with only date and no time
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Gnokii.org//NONSGML v0.6.31git
BEGIN:VEVENT
DTSTART:20110205T225900
UID:guid.gnokii.org_157_1714636915
CATEGORIES:GNOKII
DTEND:20110205T235900
CATEGORIES:MISCELLANEOUS
SUMMARY:test2
END:VEVENT
END:VCALENDAR

writing this saves it as a reminder with only date info and no time
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Gnokii.org//NONSGML v0.6.31git
BEGIN:VEVENT
DTSTART:20110205T225900
UID:guid.gnokii.org_157_1714636915
CATEGORIES:GNOKII
DTEND:20110205T235900
SUMMARY:test3
END:VEVENT
END:VCALENDAR



Kevin <mckv>
Thu 27 Jan 2011 11:01:46 AM UTC, comment #13: 

So it includes the DTSTART info. Just the category is incorrect. You say originally it is a "note"?

Pawel Kot <pkot>
Group administrator
Thu 27 Jan 2011 10:58:22 AM UTC, comment #12: 

in https://savannah.nongnu.org/file/normalout.txt?file_id=22529
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Gnokii.org//NONSGML v0.6.31git
BEGIN:VEVENT
DTSTART:20110201T080000
UID:guid.gnokii.org_195_1804289383
CATEGORIES:GNOKII
CATEGORIES:REMINDER
SUMMARY:time test
END:VEVENT
END:VCALENDAR

built with libical 0.46

Kevin <mckv>
Thu 27 Jan 2011 10:47:15 AM UTC, comment #11: 

The debug log (normalin.txt) includes what gnokii was able to understand from kcontact file:

BEGIN:VEVENT
CREATED:20110127T093429Z
DTSTAMP:20110126T231444Z
UID:2d15d459-c49d-473d-a154-108e8919b0fd
LAST-MODIFIED:20110126T231444Z
SUMMARY:time test
LOCATION:here
CATEGORIES:Haridus
DTSTART;TZID=Europe/Tallinn:20110201T080000
DTEND;TZID=Europe/Tallinn:20110201T100000
TRANSP:OPAQUE
END:VEVENT

And it includes dates information and I can see it in the dump. Can you please show how does gnokii read back this calendar note?

The other problem I understood is that it converted the note into reminder, right?

One more question: is your libgnokii built with libical support?

Pawel Kot <pkot>
Group administrator
Thu 27 Jan 2011 10:41:45 AM UTC, comment #10: 

oh my bad test.vcal file contains the events 2x thats why it writes them 2x

Kevin <mckv>
Thu 27 Jan 2011 10:40:06 AM UTC, comment #9: 

gnokii --getcalendarnote  1 end -v
and
gnokii --writecalendarnote test.vcal 1 end

Kevin <mckv>
Thu 27 Jan 2011 10:05:17 AM UTC, comment #8: 

What was the exact gnokii command that you used?

Pawel Kot <pkot>
Group administrator
Thu 27 Jan 2011 09:59:11 AM UTC, comment #7: 

ok I created some notes in the phone dumped the using --getcalendarnote (test.vcal) and wrote them back (testin.txt). that worked but wrote the events 2x, then created a note in korganizer (normal.ics) and wrote that (normalin.txt) it worked wrote the note but as a reminder type with no time info (normalout.txt)

(file #22525, file #22526, file #22527, file #22528)

Kevin <mckv>
Wed 26 Jan 2011 11:44:04 PM UTC, comment #6: 

The vcal file you have posted would be enough to reproduce the problem?

Pawel Kot <pkot>
Group administrator
Wed 26 Jan 2011 11:28:17 PM UTC, comment #5: 

I can confirm that writing calendarnotes works, but they are saved as reminder type which does not save any time information (DTSTART,DTEND), is this how it is supposed to work? any chance of implementing this?

Kevin <mckv>
Wed 26 Jan 2011 10:39:51 PM UTC, comment #4: 

That should be fixed now in the current git version.

Pawel Kot <pkot>
Group administrator
Fri 17 Dec 2010 10:46:56 PM UTC, comment #3: 

Your phones don't support the same frames supported by earlier Series 40 so this bug can't be fixed unless we find out if different frames are needed or another protocol can be used.

The "unhandled frame" error is fixed in http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=13febfa6c7843a30c10e2c620e9a9fcc09570fe6

The id for Nokia 6500c is added in http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=2618d4d2d0a853e6b65497ee0dae1ffa0f0cd0df

For users those are mostly cosmetic changes but are the first steps to an eventual fix of your problems.

Daniele Forsi <dforsi>
Group administrator
Sun 12 Sep 2010 10:28:25 PM UTC, comment #2: 

same problem on 6500c (S40 5th) same result using cable or bluetooth) attached files

Kevin <mckv>
Sun 21 Feb 2010 05:31:55 PM UTC, comment #1: 

Thank you for submitting this bug report, however we need more information:


Changing group to "minor malfunction" because the --writecalendarnote command works for S40 3rd (Nokia 2700 classic is S40 5th).

If you get errors also for --writetodo please open another bug report with the relevant files (however --writetodo doesn't work with S40 3rd so it's less likely to be fixed).

Daniele Forsi <dforsi>
Group administrator
Sat 23 Jan 2010 10:22:15 AM UTC, original submission:  

i have a nokia 2700 classic. I'm trying to write calendar or todo items. Both functions have problems writing. The error log en rc file is in the attachment.

Mark Baas <markbaas>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #22529:  normalout.txt added by mckv (3KiB - text/plain)
file #22525:  test.vcal added by mckv (2KiB - application/octet-stream)
file #22526:  normal.ics added by mckv (4KiB - application/octet-stream)
file #22527:  testin.txt added by mckv (11KiB - text/plain)
file #22528:  normalin.txt added by mckv (2KiB - text/plain)
file #21444:  vcalout.vcs added by mckv (64KiB - application/octet-stream - same problem on 6500c (S40 5th) same result using cable or bluetooth)
file #21445:  errfile added by mckv (2KiB - application/octet-stream - same problem on 6500c (S40 5th) same result using cable or bluetooth)
file #19535:  .gnokii-errors added by markbaas (2KiB - application/octet-stream)
file #19536:  .gnokiirc added by markbaas (224B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pkot (Posted a comment)
  • -email is unavailable- added by mckv (Updated the item)
  • -email is unavailable- added by dforsi (Posted a comment)
  • -email is unavailable- added by markbaas (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 16 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-27 mckv Attached File- Added normalout.txt, #22529
    2011-01-27 mckv Attached File- Added test.vcal, #22525
        Attached File- Added normal.ics, #22526
        Attached File- Added testin.txt, #22527
        Attached File- Added normalin.txt, #22528
    2011-01-26 pkot StatusPostponed Ready For Test
    2010-12-17 dforsi Item Groupminor malfunction major malfunction
        StatusNeed Info Postponed
        Summarycannot write calendarnotes on nokia 2700 classic Cannot write calendar notes on Nokia S40 5th Ed.
    2010-09-12 mckv Attached File- Added vcalout.vcs, #21444
        Attached File- Added errfile, #21445
    2010-03-03 dforsi Summarycannot write calendernotes on nokia 2700 classic cannot write calendarnotes on nokia 2700 classic
    2010-02-21 dforsi Item Groupmajor malfunction minor malfunction
        StatusNone Need Info
    2010-01-23 markbaas Attached File- Added .gnokii-errors, #19535
        Attached File- Added .gnokiirc, #19536

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code