MadeiraData / sql-clr-ics

Send Calendar Event / Appointment Invitations (iCal formatted file) from within SQL Server using a CLR stored procedure
https://git.madeiradata.com/sql-clr-ics/
MIT License
9 stars 1 forks source link

How to cancel or modify the invitation ? #21

Closed Julien22bzh closed 2 months ago

Julien22bzh commented 3 years ago

Hi Eitan, how are you ?

I want to cancel or modify the invitation. But I can't do it. How do I send the EvenID parameter in the cancel or modify request ? there is no parameter for this.

Thanks, Julien.

EitanBlumin commented 3 years ago

Hi @Julien22bzh , There actually is a parameter to update or cancel an existing EventId. It's the same one which is also an output parameter. Please see the README for more details.

Unfortunately, though, the cancellation doesn't work quite right as of yet and I don't know why. There's an open issue about this already: #11