Replies: 2 comments
-
Feel free to create a PR. Make sure to update the docs and tests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@optmsp did you get anywhere with this? The only issue I see is allowing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unless I'm missing something, to set the SEQUENCE in an event, you have to do this as a custom TextProperty to your Event, like so:
appendProperty(TextProperty::create('SEQUENCE', $seqID))
Since the SEQUENCE property is essential when sending any changes to a client, e.g., if sending an ICS in an email to modify or cancel an event, this seems like it should be built right into the library.
My thinking is that we would have these options:
I'm happy to do a PR on this if this is accepted as worth-while need.
Beta Was this translation helpful? Give feedback.
All reactions