oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Multiple Data Sources in Sharepoint Timeline #487

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I used this information to create a Simile powered timeline for my sharepoint 
site, using the calendar on the sharepoint site as the data source.  It works, 
but I need to add multiple sharepoint calendars into the timeline.  Does anyone 
know how I can edit it to allow me to link multiple caledars instead of just 
the one?  I assume it would occur at the bottom of the code in this area: 

// URl of the RSS associated to your calendarvar
MyList_RSS_Url = 
"http://myserver/mysite/_layouts/listfeed.aspx?List=%7B3186664F%2D626C%2D4925%2D
896B%2D53517E1D0244%7D"; 
</script>

*Also if you know how I can get it to pull in my reoccuring events that would 
be great, but I dont think that is an easy fix (something about sharepoint 
reoccuring events don't have specific IDs unless you edit them...).

Thank you!!!

Original issue reported on code.google.com by sctil...@gmail.com on 14 Nov 2012 at 4:16

GoogleCodeExporter commented 8 years ago
Sorry.  This is the information I was referencing that I used to create mine.

http://herve20.blogspot.com/2009/11/visualize-your-sharepoint-calendar-with.html
?showComment=1352909931887#c5759618922603110504

Original comment by sctil...@gmail.com on 14 Nov 2012 at 5:54