Closed spslater closed 1 week ago
You're correct:
these haven't been implemented yet because there hasn't been a need for it
Please do, happy to accept PRs. If possible comment, but consistency with the others I think is key right now.
Yeah, I began using golang-ical for a small project, and creating a VCAL with a VTODO component would be nice, and being able to set all props.
I'm currently travelling but I will see why this has stalled in a couple weeks if not sooner.
I believe this was partially or full resolved in: https://github.com/arran4/golang-ical/pull/90
Can you please review and let me know?
Just reviewed the current code and looks like everything has the needed setters and getters. Thanks.
Should be good to close this issue now.
Thanks will do
The VEvent component has most (all?) of the methods to be able to set and get the different parts of the component like the summary, description, start time, ect. It also has a way to create new events.
The VTodo and VJournal only have a way to serialize and load the information. (I think same is true with VBusy and VTimezone, but I don't need those for my project right now, so I haven't looked at them yet)
If these haven't been implemented yet because there hasn't been a need for it, then I will go ahead and work on adding this functionality.