pimutils / pimutils/vdirsyncer
Feature request: print the name of the event
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
It would be nice, when uploading or removing events or contacts, to display the title of the item, rather than its ID.
For instance, instead of :
Copying (uploading) item 20150521T064448Z-23126@df43914 to calendar_local/xxx
Deleting item 3e54de78-ae48-42b5-8996-998e082724 from contacts_local/xxx
we could have:
Copying (uploading) item "buy stuff" to calendar_local/xxx
Deleting item "Mum" from contacts_local/xxx
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing the CLI output for uploading or removing calendar and contact items, then identify where IDs are formatted; done means those messages display each item's title instead of its ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100