Fetch the cause-level list of current fundraising events (first 100).
Wraps tiltify.GetCurrentEvents(), which reads
public/causes/{causeId}/fundraising_events?limit=100 — i.e. every
event Tiltify still lists for the St. Jude cause, published or not,
across every year. Callers that want only the in-flight Play Live
season should pipe the result through
import("../projections").selectCurrentFundraisingEvents.
Fetch the cause-level list of current fundraising events (first 100).
Wraps
tiltify.GetCurrentEvents(), which readspublic/causes/{causeId}/fundraising_events?limit=100— i.e. every event Tiltify still lists for the St. Jude cause, published or not, across every year. Callers that want only the in-flight Play Live season should pipe the result through import("../projections").selectCurrentFundraisingEvents.Errors are swallowed to
[], matching the sibling list fetchers (fetchTiltifyEventCampaigns, fetchTiltifyMilestones) — an event picker that can't reach Tiltify should render empty, not throw.