How to add a webhook for all events in Microsoft SharePoint? - sharepoint

Microsoft documentation says that SharePoint event notification can only be configured for lists.
Is it possible to set up notifications (subscription) for any events in Sharepoint?

Related

Azure DevOps Dashboard - Scheduling email notification with report contents

Could you please help with the process in Azure DevOps VSTS to automate monthly email notification to specific users to remind them of the updated Bug Reporting along with the bug report content and dashboard.
Thank you
automate monthly email notification to specific users to remind them of the updated Bug Reporting along with the bug report content and dashboard
For this issue, I am afraid that the built-in notification of azure devops does not support such a feature, notifications should only support event triggering and not scheduled triggering.
When an event occurs in Azure DevOps or TFS, its content is compared with every subscription of that event type. If the subscription's filter conditions are met by the event, a notification is generated. A notification is generated for every subscription/event match.
The content shown in the notification is designed and we cannot customize it.
Here are some official document you can refer to.
Events, subscriptions, and notifications
About notifications
In addition, you could add your request for this feature on our UserVoice site , which is our main forum for product suggestions. After suggest raised, you can vote and add your comments for this feedback. The product team would provide the updates if they view it.

How to recognize which calendar the event belongs in Microsoft graph api?

I am developing application that synchronize with microsoft calendar.
To get any changes on Microsoft calendar I use webHook service and every time receive new/deleted/updated events but I do not know which calendar the event belongs, even after I get full event from Microsoft and not only the ID.
There are many calendars for user!
How can I recognize id of calendar?
The event resource has a calendar relationship, so that you should be able to do:
GET /me/events/{event-id}/calendar

SharePoint Accept Or Reject Events

Hi all I am not an expert in SharePoint. so i would like to do the following in SP.
When I make a meeting in Outlook, the recipient gets a approve/reject button in the top of the email. I'd like to do a similar thing with SharePoint , when a calendar event is created, an email is sent to the manager so the manager should able to accept or reject the Event. .
How do i do this in sharepoint ?
You could attach out of the box approval workflow on Calendar list:
Use an Approval workflow
http://office.microsoft.com/en-us/sharepoint-server-help/use-an-approval-workflow-HA010154425.aspx

How to customize alert notification mail body when user subscribe for alert

I want to customize initial alert notification message body when any user subscribe for alert. I know how to customize alerts message using AlertTemplate from 12/14 hive template\xml folder, but that's not what I want.
Here is a solution from Microsoft - How to create a custom e-mail alert handler in Microsoft Office SharePoint Server

WSS 3.0: Email notification/alert on download

Is there a way in WSS 3.0 to send an email notification when a list attachment is downloaded or when a document in a document library is downloaded?
The event listeners you can attach to list items in WSS only apply to add, update and delete events.
You'd have to map an HTTPHandler to the URL of the list/library storing the content.
This handler would be responsible for sending notifications when it's detected that a client is making a request for an attachment or document.
Another possibility is to leverage SharePoint Auditing. SharePoint auditing can log whenever someone accesses an item. If you had a process monitoring and querying the SharePoint Audit Log you could fire off your alerts.

Resources