Calendar Command Line Tool 0.0.7

Command line utility for manipulating the maemo calendar. It uses the calendar-backend API. It currently supports: --import of ICS calendars --export to ICS calendars --deletion of completed tasks --moving of incomplete tasks to today
Section:
user/utilities
Maintainers:
Uploaded by:
Size:
16584 bytes
MD5sum:
9caa493c26f061d6b52ddbacb33d3431
Status:
Old version cleaned by repository management
QA Quarantine ends:
ENDED 2011-03-16 04:58

Changes

VersionChangesAuthorDate
0.0.7 * Fix the .pro file for installationBrandon Saxe2011-03-16 04:49 UTC

Package events

Event typeUserTimestamp
Old version cleaned by repository managementSystem2011-03-20 04:47 UTC
Package importedSystem2011-03-16 05:15 UTC
Build succeededSystem2011-03-16 04:58 UTC
BuildingSystem2011-03-16 04:57 UTC

Comments:

1 2 3 4 5 next »
Brandon Saxe
Karma: 330

Sorry for the duplicate posts. New gadget troubles ;)

2011-09-05 02:46 UTC
Brandon Saxe
Karma: 330

Thanks for the feedback. I will look into the quiet and/or stderr option.

2011-09-05 02:42 UTC
Brandon Saxe
Karma: 330

Thanks for the feedback. I will look into the quiet and/or stderr option.

2011-09-05 02:42 UTC
Brandon Saxe
Karma: 330

Thanks for the feedback. I will look into the quiet and/or stderr option.

2011-09-05 02:41 UTC
Stuart Pook
Karma: 37

maecaltool writes debug/progress messages to stdout. This means that if you export to /dev/stdout the export is corrupt because the messages are mixed in with calendar entries. Please write these messages to stderr or provide a --quiet option to suppress them. I want to backup my calendar database by doing "ssh -n n900 maecaltool --operation export --calendar N900 --file /dev/stdout" > N900.ics on my main machine. I don't want to write the file on the N900. /tmp for example is not big enough.

/media/mmc1 $ maecaltool --operation export --calendar N900 --file ff will export calendar with id:1 calendar will be exported to:ff The calendar was successfully exported. /media/mmc1 $ maecaltool --operation export --calendar N900 --file /dev/stdout > ff2
/media/mmc1 $ gdiff ff ff2 4,5c4,5 < TZID:/freeassociation.sourceforge.net/Tzfile/Europe/Paris

< X-LIC-LOCATION:Europe/Paris

TZID:/freeassociation.souThe calendar was successfully exported. LOCATION:Europe/Paris

2011-08-23 12:46 UTC
1 2 3 4 5 next »

Comments:

You must be logged in to make comments.