43 Actions New Feature Tuesday: Agenda Summaries API
One more for our power users. Now you can access Today’s and This Week’s Agenda Summaries via the curl command-line application, and get either a straight XML or an ATOM feed.
Note: This does not work with browsers. We only support curl at this moment.
- curl -G ‘http://user:pass@43actions.com/agenda/thisweek_feed.xml’
- curl -G ‘http://user:pass@43actions.com/agenda/thisweek_feed.atom’
- curl -G ‘http://user:pass@43actions.com/agenda/today_feed.xml’
- curl -G ‘http://user:pass@43actions.com/agenda/today_feed.atom’