Closed Courtcircuits closed 1 month ago
It could be useful for some people depending on how it's done. People might want to provide their own http.Client
or http.Request
for HTTP auth, rest apis, etc. It would be a bit of work to make it that flexible but happy to consider a PR for some simple implementations. I like util funcs.
Ok, I will make a PR for the fork that I made then.
Cool. I will take a look.
Resolved conflicts in: https://github.com/arran4/golang-ical/pull/102
Please review I will probably try merge it this weekend
I'm working on a project using golang-ical. But the thing is that I need to parse a calendar accessible by a URL. Here is my show-case :
The javascript's ical library provides this kind of feature, but I don't want to use javascript to do that. By the way, I can work on this issue. I just wanted to know if it might be helpful for this project to add such a feature (I will fork the project anyway).