Does SharePoint 2010 support the iCalendar format?

后端 未结 4 665
深忆病人
深忆病人 2021-02-14 18:05

Sounds like a very silly question, but I tried, and it isn\'t too easy to find a simple answer to this simple question on google.


The longer story:

Before

4条回答
  •  情话喂你
    2021-02-14 18:47

    Again, maybe not a very direct way of exporting to iCalendar, but this may help to get there anyway. I found on Sharepoint 2007 (and I am not sure whether 2010 has this feature, too, but it's quite possible), that you can create your own views of a calendar by using the "View" button and menu:

    1. Create View
    2. Datasheet View
    3. Give the view a name in the "View Name" field, and select all the fields you want to export in the list below.
    4. Once you have the new datasheet view, this should show all events in the entire calendar in one single (scrollable) table.
    5. Select everything (Ctrl-A), and copy and paste...

    I found that MS Excel 2013 for some reason doesn't want to paste the contents of the clipboard thus obtained, but LibreOffice Calc does it just fine without any complaints. The specific calendar I exported in that way had some 1,300 events spread out over five years.

    1. Convert the table thus obtained to iCalendar format... (I haven't done that yet, but that should be the easy part; may have to read the standard: http://tools.ietf.org/html/rfc5545 )

提交回复
热议问题