This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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>







