SharePoint stores the recurrent event as xml format, to prepare the xml it requires the blow tags and attributes. < recurrence > < rule > < firstDayOfWeek > mo </ firstDayOfWeek > < repeat > … </ repeat > < repeatInstances > …< / repeatInstances > | < windowEnd > … </ windowEnd > | < repeatForever > … </ repeatForever > </ rule > </ recurrence > And further we’ll explore all the nodes and their meanings. Main node is <rule> and it has 3 childs: 1. <firstDayOfWeek> is to define what day is the first day of week in that local culture. Possible values are: mo, tu, we, th, fr, sa, su (for Monday, Tuesday, Wednesday, etc.) Usually we have <firstDayOfWeek> set to ‘mo’ (Monday). This ...
i am getting path like this: /home/ubuntu/.npm-packages/lib/node_modules
ReplyDeletehow to open this? 'home' folder is not there