Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a new SharePoint alert via Web Services

I found the Alert Service but it only seems to have methods for Getting and Deleting. How do I add a new alert?

like image 737
tecmo Avatar asked Nov 06 '22 22:11

tecmo


1 Answers

After some better searching I found this:

http://groups.google.com/group/microsoft.public.sharepoint.portalserver/browse_thread/thread/9cf658fd6791e2b8/509ead400091f673?hl=en&lnk=st&q=add+sharepoint+alert+web+services#509ead400091f673

AFAIK there is no web service available that will allow you to add or edit alerts so I think you have two options.

like image 50
tecmo Avatar answered Nov 12 '22 13:11

tecmo