Closed tchernobog closed 1 year ago
I don't see a reason not to add it actually
Just chipping in to say that this would be really useful, and the lack of this might make me have to move to a different calendar creator. Is it a hard task to add the functionality? (I'd be happy to add it and submit the PR)
@hoodie Any chance you could give a high level summary of what would need to be done for you to accept a PR that adds VALARM functionality?
It requires some internal changes I think, since event/todo components need to be able to have associated children. I have parts of the work already done on a local branch and will give it more time this weekend.
Okay thanks. This would be an extremely helpful feature so let me know if you'd like me to take charge and implement it, or otherwise how I can help out
I suppose the weekend was longer than intended
just released 0.14.0. closing this, if you'd like to talk about changes, please open a new issue. Thanks for every bodies input and support.
Thank you so much!
We already started to use this feature in zerocal: https://github.com/mre/zerocal/pull/24
I am looking for a way to add an alarm component to an
Event
, even by creating a component by hand (which I was able to do through theparser
interface) and adding it to the Event.Is there any support planned for
VEVENT
s?