<br />
<b>Deprecated</b>:  YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php</b> on line <b>60</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php</b> on line <b>416</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\GuzzleHttp\Client::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php</b> on line <b>181</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\GuzzleHttp\ClientInterface::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php</b> on line <b>77</b><br />
{"id":2078,"date":"2014-02-18T19:04:38","date_gmt":"2014-02-18T18:04:38","guid":{"rendered":"https:\/\/blog.sharedove.com\/adisjugo\/?p=2078"},"modified":"2014-02-18T19:04:38","modified_gmt":"2014-02-18T18:04:38","slug":"webinar-work-management-service-materials-and-answers","status":"publish","type":"post","link":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/","title":{"rendered":"Webinar \u201cWork Management Service\u201d materials and answers"},"content":{"rendered":"<p>I would like to thank everyone for attending my webinar \u201cWork Management Service \u2013 Using SharePoint as a consolidated task platform across the company\u201d. I am really pleased by such a large number of attendees, which is a clear sign that this topic has been somewhat neglected inside the SharePoint community. You can find here the source code I have shown in the webinar, as well as the answers on the questions which were not passed through during the webinar itself.<\/p>\n<p><a href=\"http:\/\/www.sharepointeurope.com\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: left; padding-top: 0px; padding-left: 0px; margin: 0px 8px 8px 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"europeansharepointconferenc\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png\" alt=\"europeansharepointconferenc\" width=\"244\" height=\"87\" align=\"left\" border=\"0\" \/><\/a>A huge thank goes to the whole <a href=\"http:\/\/www.sharepointeurope.com\/\" target=\"_blank\">European SharePoint Conference<\/a> team, who has organized webinar. You guys rock, and I hope we all see each other in <a href=\"http:\/\/www.sharepointeurope.com\/\" target=\"_blank\">Barcelona<\/a>, where even more cool SharePoint sessions, and lot of great fun and parties is going to happen!<\/p>\n<p><!--more--><\/p>\n<blockquote><p>Source code can be downloaded here: <\/p><\/blockquote>\n<p>Slide deck:<\/p>\n<p><a href=\"http:\/\/www.slideshare.net\/adisjugo\/work-management-application-in-sharepoint-2013-architecture-and-development\" target=\"_blank\">http:\/\/www.slideshare.net\/adisjugo\/work-management-application-in-sharepoint-2013-architecture-and-development<\/a><\/p>\n<h2>Questions and answers:<\/h2>\n<p><strong>Q: Is it true that henceforth Microsoft will not be releasing any more versions of SharePoint. There will be more Apps produced as we progress with SP 2013 and further?<\/strong><\/p>\n<p>No, definitely not. SharePoint is here to stay. Please read Bill Baer&#8217;s blog at <\/p>\n<p><strong>Q: Is 171, 107 and 150 are standards within SP 2013 tasks ?<\/strong><\/p>\n<p>Those are standard SharePoint content types. \u201c171\u201d are new tasks (with timeline and hierarchy in SP2013, and \u201c107\u201d and \u201c150\u201d are \u201c&#8221;legacy tasks from the older versions of SharePoint (Task and GanttTask)<\/p>\n<p><strong>Q: Does Provider refresh run as a Job every 5 minutes out of the box ?<\/strong><\/p>\n<p>No, it doesn\u2019t, there is no timerjob behind provider refresh. Provider refresh is either triggered through the GUI (when an user comes to her MyTask page), or through the custom code (look at the source code files).<\/p>\n<p><strong>Q: hint store is this user defined or system defined ?<\/strong><\/p>\n<p>Hint store is a Web-level property in user\u2019s MySite. That means, there is a WMA Hint property for each user separate.<\/p>\n<p><strong>Q: How does WMAHints gets updated , can you throw some light on this please ?<\/strong><\/p>\n<p>Through the event receiver, which is attached on the SP 2013 Tasks list. Each time a new task comes in the task list, event receiver stores info in WMA Hint, if that location (list) is not already stored in the location cache for that user.<\/p>\n<p><strong>Q: Can you please throw some light on REST interface for Server and client that you touched up in WorkManagement please ?<\/strong><\/p>\n<p>There are no REST endpoints for Work Management Application. You can only use SSOM and CSOM APIs for working with WMA. For more info on SharePoint REST interface itself, please take a look at this article  and the MSDN documentation for comprehensive documentation.<\/p>\n<p><strong>Q: if am not wrong, is it the aggregating of all tasks from different SP sites in one place- is this work management ?<\/strong><\/p>\n<p>At the moment, tasks in SharePoint lists, tasks in projects in Project Server, and Exchange tasks (Outlook) are supported in the task aggregation in Work Management Service.<\/p>\n<p><strong>&#8220;Q: Aggregation can be performed on mysite only? Can we do it on our main intranet portal?<\/strong><\/p>\n<p>Not out of the box. The web part, which is used in MySite, cannot be used in other sites (say, team site), since it has too many dependencies on MySite-only resources, like styles, tabs, ribbons etc. But, it is fairly easy to develop own webpart (or app!) with similar functionality, using the code I posted above.<\/p>\n<div class=\"fb-background-color\">\n\t\t\t  <div \n\t\t\t  \tclass = \"fb-comments\" \n\t\t\t  \tdata-href = \"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\"\n\t\t\t  \tdata-numposts = \"59\"\n\t\t\t  \tdata-lazy = \"true\"\n\t\t\t\tdata-colorscheme = \"light\"\n\t\t\t\tdata-order-by = \"time\"\n\t\t\t\tdata-mobile=true>\n\t\t\t  <\/div><\/div>\n\t\t  <style>\n\t\t    .fb-background-color {\n\t\t\t\tbackground:  !important;\n\t\t\t}\n\t\t\t.fb_iframe_widget_fluid_desktop iframe {\n\t\t\t    width: 100% !important;\n\t\t\t}\n\t\t  <\/style>\n\t\t  ","protected":false},"excerpt":{"rendered":"<p>I would like to thank everyone for attending my webinar \u201cWork Management Service \u2013 Using SharePoint as a consolidated task platform across the company\u201d. I am really pleased by such a large number of attendees, which is a clear sign that this topic has been somewhat neglected inside the SharePoint community. You can find here [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[11,14],"tags":[32,57,63,72],"class_list":["post-2078","post","type-post","status-publish","format-standard","hentry","category-development","category-news","tag-community","tag-sharepoint2013","tag-speaking","tag-work-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog\" \/>\n<meta property=\"og:description\" content=\"I would like to thank everyone for attending my webinar \u201cWork Management Service \u2013 Using SharePoint as a consolidated task platform across the company\u201d. I am really pleased by such a large number of attendees, which is a clear sign that this topic has been somewhat neglected inside the SharePoint community. You can find here [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"Adis Jugo blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-02-18T18:04:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png\" \/>\n<meta name=\"author\" content=\"adis.jugo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"adis.jugo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\",\"name\":\"Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png\",\"datePublished\":\"2014-02-18T18:04:38+00:00\",\"author\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png\",\"contentUrl\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.sharedove.com\/adisjugo\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Webinar \u201cWork Management Service\u201d materials and answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#website\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/\",\"name\":\"Adis Jugo blog\",\"description\":\"The Southern Side\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.sharedove.com\/adisjugo\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c\",\"name\":\"adis.jugo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g\",\"caption\":\"adis.jugo\"},\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/author\/adisjugo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog","og_description":"I would like to thank everyone for attending my webinar \u201cWork Management Service \u2013 Using SharePoint as a consolidated task platform across the company\u201d. I am really pleased by such a large number of attendees, which is a clear sign that this topic has been somewhat neglected inside the SharePoint community. You can find here [&hellip;]","og_url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/","og_site_name":"Adis Jugo blog","article_published_time":"2014-02-18T18:04:38+00:00","og_image":[{"url":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png","type":"","width":"","height":""}],"author":"adis.jugo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"adis.jugo","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/","url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/","name":"Webinar \u201cWork Management Service\u201d materials and answers - Adis Jugo blog","isPartOf":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage"},"image":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png","datePublished":"2014-02-18T18:04:38+00:00","author":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c"},"breadcrumb":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#primaryimage","url":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png","contentUrl":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2014\/02\/europeansharepointconferenc_thumb.png"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2014\/02\/18\/webinar-work-management-service-materials-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.sharedove.com\/adisjugo\/"},{"@type":"ListItem","position":2,"name":"Webinar \u201cWork Management Service\u201d materials and answers"}]},{"@type":"WebSite","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#website","url":"https:\/\/blog.sharedove.com\/adisjugo\/","name":"Adis Jugo blog","description":"The Southern Side","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.sharedove.com\/adisjugo\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c","name":"adis.jugo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g","caption":"adis.jugo"},"url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/author\/adisjugo\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts\/2078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/comments?post=2078"}],"version-history":[{"count":0,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts\/2078\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/media?parent=2078"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/categories?post=2078"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/tags?post=2078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}