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

Add separate parameters for adding optional or non-participants #4

Closed EitanBlumin closed 5 years ago

EitanBlumin commented 5 years ago

Perhaps make use of @cc and @bcc parameters while at it (cc: optional participants, bcc: non-participants)

Also, based on the iCal specification, there are other participant types such as Room or Chair or whatever. Need to think if/how can allow usage of those as well.