Csv 使用Powershell导出/导入Sharepoint定期列

Csv 使用Powershell导出/导入Sharepoint定期列,csv,powershell,sharepoint,Csv,Powershell,Sharepoint,我正在尝试将SharePoint日历定期列导出到CSV文件(使用powershell),然后将该列导入SharePoint日历。我在item review的Recurrence字段中收到一个错误 我正在使用它导出: addmember-MemberType-noteproperty-Name“fRecurrence”-value$listItem['fRecurrence']; 以及要导入的文件(SP13日历) $item[“fRecurrence”]=$row.“fRecurrence”;

我正在尝试将SharePoint日历定期列导出到CSV文件(使用powershell),然后将该列导入SharePoint日历。我在item review的Recurrence字段中收到一个
错误

我正在使用它导出:

addmember-MemberType-noteproperty-Name“fRecurrence”-value$listItem['fRecurrence'];
以及要导入的文件(SP13日历)

$item[“fRecurrence”]=$row.“fRecurrence”;

不确定是否有用,但以防万一:不确定是否有用,但以防万一: