Exemplo n.º 1
0
        public static List<Event> getEvents(string link)
        {
            List<Event> toReturn = new List<Event>();

            //http://www.missouririverconf.org/g5-bin/client.cgi?G5genie=167&school_id=6&G5button=13
            RSSHelper helper = new RSSHelper();
            return parseRSS(helper.parseRSS(link));
        }
Exemplo n.º 2
0
        public static List <Event> getEvents(string link)
        {
            List <Event> toReturn = new List <Event>();

            //http://www.missouririverconf.org/g5-bin/client.cgi?G5genie=167&school_id=6&G5button=13
            RSSHelper helper = new RSSHelper();

            return(parseRSS(helper.parseRSS(link)));
        }