<VariableBinders> <ContentProviderBinder name="calendar" uri="content://com.android.calendar/events" columns="title,eventLocation,dtstart,dtend,allDay,lastDate" order="dtstart ASC" whereFormat="allDay=0 AND dtstart>%d" whereParas="#time_sys" countName="hasEvents"> <Variable name="cal_title1" type="string" column="title" row="0"/>标题 <Variable name="event_eventLocation1" type="string" column="eventLocation" row="0"/>事件的位置 <Variable name="event_start1" type="long" column="dtstart" row="0"/>开始 <Variable name="event_dtend1" type="long" column="dtend" row="0"/>结束 <Variable name="event_allDay1" type="int" column="allDay" row="0"/>一整天 <Variable name="event_lastDate1" type="long" column="lastDate" row="0"/>最后日期 <Variable name="cal_title2" type="string" column="title" row="1"/> <Variable name="event_start2" type="long" column="dtstart" row="1"/> <Variable name="event_end2" type="long" column="dtend" row="1"/> <Variable name="event_location2" type="string" column="eventLocation" row="1"/> <Variable name="cal_title3" type="string" column="title" row="2"/> <Variable name="event_start3" type="long" column="dtstart" row="2"/> <Variable name="event_end3" type="long" column="dtend" row="2"/> <Variable name="event_location3" type="string" column="eventLocation" row="2"/> </ContentProviderBinder> </VariableBinders>
|