YoloSwagTeam / hackeragenda

Gather events of hackerspaces/lug/numeric artists in belgium and put them in one big place. Made with love.
http://hackeragenda.be
GNU General Public License v3.0
29 stars 21 forks source link

Add Neutrinet's new CalDav address #123

Closed tbalthazar closed 4 years ago

tbalthazar commented 7 years ago

https://files.neutrinet.be/remote.php/dav/public-calendars/MQVZDHCFF8N0HQC6/

hidrarga commented 5 years ago

@Psycojoker Could you reopen the issue ? For some reasons, the calendar doesn't appear on the website :confused: Could you check that the changes are effeotive ? Thanks :)

frju365 commented 5 years ago

No tested, but I reopen issue.

hidrarga commented 4 years ago

I just noticed that there was a Neutrinet event showing up in March. So the import is working...

The difference I see with other Neutrinet events is that it has a description. A quick look in the code shows that events without a description are skipped : https://github.com/YoloSwagTeam/hackeragenda/blob/master/agendas/be.py#L827 :facepalm:

I have no idea why I did that at the time :confused: but the fix would be to just remove this condition and replace the line https://github.com/YoloSwagTeam/hackeragenda/blob/master/agendas/be.py#L842 to handle event without a description.