The calendar.save_object can generate valid icalendar code, actually working as a "friendly frontend" to the icalendar library. However, as of collective/icalendar#879 (expected to be released in icalendar 7.0.0) icalendar comes with built-in-"friendliness"
Example code and doc should be rewritten according to the pattern suggested in collective/icalendar#857 (comment)
(My code should by now be redundant, and should gradually be deprecated and removed ... but that should be split out as a separate issue)
The
calendar.save_objectcan generate valid icalendar code, actually working as a "friendly frontend" to the icalendar library. However, as of collective/icalendar#879 (expected to be released in icalendar 7.0.0) icalendar comes with built-in-"friendliness"Example code and doc should be rewritten according to the pattern suggested in collective/icalendar#857 (comment)
(My code should by now be redundant, and should gradually be deprecated and removed ... but that should be split out as a separate issue)