lpil / icalendar

🗓️ A small library for reading and writing ICalendar files.
MIT License
103 stars 56 forks source link

Support sequence number #35

Closed jgautsch closed 4 years ago

jgautsch commented 5 years ago

Per this SO answer- SEQUENCE can be used in conjunction with UID in order to cancel previously sent ICS events.

I'm happy to submit a PR.

Reference: https://tools.ietf.org/html/rfc5545#section-3.8.7.4

lpil commented 5 years ago

Sounds useful. How would you envision it working in this library?

ericdude4 commented 5 years ago

@jgautsch supported in https://github.com/lpil/icalendar/pull/36

ericdude4 commented 4 years ago

@lpil This issue can be closed

lpil commented 4 years ago

Thank you