public
Description: an iPhone application for Remember the Milk.
Home | Edit | New

TaskSeries

TaskSeries

Task を抱えるコンテナ。
なんで Task だけで事足りないかについては、"このあたりに詳しい":http://www.rememberthemilk.com/services/api/tasks.rtm 。
早い話が、繰り返し"Task":http://wiki.github.com/mootoh/milpon/taskの共通部分をくくり出したものが TaskSeries ということ。

attributes

id id number
created created timestamp
modified modified timestamp
name task name
source posted from what
url url to link for
location_id associated location (Integer)

members

いずれもゼロ個以上存在。

tags Tag
participants Contact?
notes Note
task Task

例:

      <taskseries id="3114015" created="2007-03-24T09:17:01Z" modified="2007-03-25T02:0
3:10Z" name="あの素晴らしいアイデアを報告する" source="js" url="" location_id="">
        <tags/>
        <participants/>
        <notes>
          <note id="469753" created="2007-03-25T02:03:10Z" modified="2007-03-25T02:03:1
0Z" title="taskMapY">0.5</note>
          <note id="469752" created="2007-03-25T02:03:09Z" modified="2007-03-25T02:03:0
9Z" title="taskMapX">0.0</note>
        </notes>
        <task id="4379614" due="" has_due_time="0" added="2007-03-24T09:17:01Z" complet
ed="" deleted="" priority="N" postponed="0" estimate=""/>
      </taskseries>
 
Last edited by mootoh, Fri Oct 24 19:22:46 -0700 2008
Home | Edit | New
Versions: