![]() |
2011-09-15
, 16:11
|
Posts: 459 |
Thanked: 669 times |
Joined on Sep 2007
@ The DMV
|
#12
|
The Following User Says Thank You to klinglerware For This Useful Post: | ||
![]() |
2011-09-15
, 16:49
|
|
Posts: 361 |
Thanked: 219 times |
Joined on Sep 2010
|
#13
|
This is a simple wrapper around the calendar-backend API that allows for:
- import ics files
- export ics files
- deleting completed tasks (batch)
- moving late tasks to today (batch)
It's been in extras-devel for awhile now, but finally added the bug tracker and promoted to testing.
I am using it to script import and export operations from the Maemo calendar since I do not connect my phone to my company's Exchange server. I think I have finer control this way.
Hope it's useful and will see more use in extras-testing.
![]() |
2011-09-15
, 17:33
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#14
|
It's very promising. I just tried to update my past-due tasks to the current date. It pulled most, but not all of my tasks. The only thing that I can think of that might be different about those tasks that weren't pulled could be that those tasks were ones where I have changed the status (pending to complete back to pending) several times.
Once I combine this with an alarmed command to run this automatically, this should improve the usefulness of the task list considerably for me.
The Following 2 Users Say Thank You to jackburton For This Useful Post: | ||
![]() |
2011-09-16
, 00:59
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#15
|
Is your tool capable of importing the diverse repeating events like pointed out in this thread:
http://talk.maemo.org/showthread.php?t=36161 ?
Thanks in advance.
BEGIN:VCALENDAR VERSION:1.0 PRODID://Nokia Corporation//Maemo5 Calendar PR1.2//EN BEGIN:VEVENT CREATED:20110217T023020Z SUMMARY:Trash Day DESCRIPTION:Take the damn trash out UID:3 DTSTART:20110216T200000Z DTEND:20110216T201500Z ATTACH: SEQUENCE:0 LAST-MODIFIED:20110217T023020Z RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5 BEGIN:VALARM TRIGGER;VALUE=DATE-TIME:20110921T200000Z DURATION:PT1M REPEAT:1 ACTION:AUDIO END:VALARM END:VEVENT END:VCALENDAR
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2011-09-16
, 01:50
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#16
|
![]() |
2011-09-16
, 11:41
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#17
|
I've found the same to be true when syncing with Nokia PC Suite. You can set more complex alarm times, patterns, exceptions, etc. It syncs correctly, but editing it on the device makes it go wonky. Sucks that they implemented a great system under the hood and the crippled it with a half-*** GUI. I'd have much preferred text fields to a listbox...
The Following 4 Users Say Thank You to jackburton For This Useful Post: | ||
![]() |
2011-09-16
, 16:02
|
Posts: 459 |
Thanked: 669 times |
Joined on Sep 2007
@ The DMV
|
#18
|
![]() |
2011-09-18
, 19:15
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#19
|
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2011-09-20
, 02:16
|
Posts: 459 |
Thanked: 669 times |
Joined on Sep 2007
@ The DMV
|
#20
|
An old, broken .pro file got into the mix from a previous build.
I'll promote to testing again when it becomes available to do so.