
Announcements
I am new to power apps and trying to work out if I can create a flow / app that allows me to track how many people have viewed an event on our sharepoint site and how many have selected the 'add to calendar' button?
Is this something that's possible to do?
Hi @Anonymous,
I would suggest to have a look at the Get Itemanalytics method of the Graph API:
https://docs.microsoft.com/en-us/graph/api/itemanalytics-get?view=graph-rest-1.0&tabs=http
With that method you can retrieve the views per item.
Below is an example of the graph explorer:
I haven't seen any tracking of the add to calendar button though. So, as far as I am aware that is not possible.