Hi, so I'm trying to make an automated agenda and it is really working out until this point.
There are multiple events that are split into 2 events and I want them to become 1 event.
Here is an example:
From this:
https://paste.pythondiscord.com/ZNHA
To this:
https://paste.pythondiscord.com/JVAA
This is the code I use to try and do that:
https://paste.pythondiscord.com/YLVA
lijntjes1 comes from a list of lines that contain "SUMMARY:Onderzoeken en Ontwerpen - CLJ" that looks likes this:
https://paste.pythondiscord.com/BY5A
The first line is the first part of the event and the second line is the second part of the event, the third line is the first part of another event and the fourth is the second part of that and so on.
The problem is that it does nothing and I tried for hours but nothing will work, can someone help me?