chandler2 icon indicating copy to clipboard operation
chandler2 copied to clipboard

Icalendar module python can't import multiple events

Open AlejandroPiquer opened this issue 9 years ago • 0 comments

I'm doing a proyect about importing some events that are written in a .txt to a .ics icalendar file but i have a problem about import more than one event. When i write the events in icalendar file, the events can't be imported because event=Event() imports all the the events multiple times. The first event is 3 times, the second 2 and the third 1, but the icalendar file can't be sorted. If anyone knows the coding to add multiple events to ical it would be very helpfull. Thanks a lot!

AlejandroPiquer avatar Dec 08 '15 17:12 AlejandroPiquer