SharePoint | Filtering a calendar using the query string

I am looking for a way to filter a SharePoint Calendar web page using a query string. It appears that the Request Filter (URL) web part does not work by default.

Thanks for the help,

Chris

+3
source share
1 answer

I'm not sure what you really wanted to achieve, but try checking this out.

http://www.u2u.net/res/Tools/CamlQueryBuilder.aspx

you can find useful CAML requests at your end ... this might help :)

0
source

Source: https://habr.com/ru/post/1783927/


All Articles