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
Repository:
Uploaded by:
Depends:
Size:
16584 bytes
MD5sum:
9caa493c26f061d6b52ddbacb33d3431
Source:
Status:
Old version cleaned by repository management
Bugtracker:
QA Quarantine ends:
ENDED 2011-03-16 04:58
Changes
Package events
| Event type | User | Timestamp |
| Old version cleaned by repository management | System | 2011-03-20 04:47 UTC |
| Package imported | System | 2011-03-16 05:15 UTC |
| Build succeeded | System | 2011-03-16 04:58 UTC |
| Building | System | 2011-03-16 04:57 UTC |

Comments:
Sorry for the duplicate posts. New gadget troubles ;)
Thanks for the feedback. I will look into the quiet and/or stderr option.
Thanks for the feedback. I will look into the quiet and/or stderr option.
Thanks for the feedback. I will look into the quiet and/or stderr option.
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
Comments:
You must be logged in to make comments.