Add support of encoding alarm RELATED information
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
Hello,
Sometimes you want to have two alarms: one before the event start and one before the event stops. The icalendar allow to do this with the RELATED property of alarm's TRIGGER: https://www.kanzaki.com/docs/ical/trigger.html
It would be nice if khal was able to specify those. I think a simple flag on the alarm line would be enough UI-wise to do it.
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
Start by locating khal's alarm-line handling and the iCalendar TRIGGER serialization mentioned in the issue. Check how alarm options are parsed and represented, then verify that the proposed flag can express RELATED triggers for alarms before an event starts and before it stops.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100