Displaying a list of upcoming team raiser events

Options
Has anyone ever found a way to display a list of upcoming team raiser events? Say a list of the next 5 upcoming events.



I'm looking to build something that would automatically update as events pass. 



I tried looking at the API, S39 and S42 tags to see if maybe with some custom javascript we could build this out, but was wondering if anyone has achieved this before and how they went about doing it?



Thanks in advance!
Tagged:

Comments

  • If you didn't find an S-Tag, then I would look into the TeamRaiser API. TeamRaiser.getTeamraisersByInfo (or ByDistance) looks promising.



    I'd try to use a super general selector so it returns all of your events, then sort by the event date, and ask it to use a list_page_size of 5 records.



    And of course look into LuminateExtend for this.

     

Categories