Jump to content

austinmann

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    austinmann reacted to johnthepink in Basecamp Workflow   
    Hey Austin,
     
    I just looked in to adding Basecamp 3 support, and it looks like Basecamp hasn't released their API for v3 yet. They mention here that they plan on offering an API, but there is currently no timeline for it. I'm tracking the issue, so as soon as they announce it I will update the workflow.
     
    Sorry about the wait. Thanks!
  2. Like
    austinmann reacted to mattk in Kayak Workflow   
    I've written a rudimentary workflow that will query for the Departing/Destination airport codes along with the depart/return dates and pull up the kayak.com results. It can be used for both a round trip or a one way flight.
     
    If it is used for a one way flight: the return date should be left as a single character (i.e: " " or "x"). (Actually, the code simply checks to make sure it isn't a 4 character string, like the date, so anything that isn't 4 characters will work...)
     
    There really aren't any error checks except that the year is defaulted to the current year, unless it's later than Dec. 20th and whitespace is removed from the inputs -->  impossible dates or imaginary airport codes will pull an error from the kayak website.
     
    I'm new to workflows and am less than dangerous with coding so any comments/advice for improvement is appreciated. I would've liked to give the option to link to Orbitz, Priceline, etc. as well but their search URLs are a little more "interesting" so that is for another day or someone more ambitious than me.
     
    The workflow is here:
    http://goo.gl/IdcuvP
×
×
  • Create New...