>>812
https://sites.google.com/site/kyoritrashbox/tasker
↑これに今回必要なこと(A8,A13)をつけくわえたのが、これ↓

予定3件テスト (129)
A1: Variable Set [ Name:%time_temp To:%TIMES Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Variable Set [ Name:%cal_count To:1 Recurse Variables:Off Do Maths:Off Append:Off ]
A3: Variable Set [ Name:%cal_previous To:cal_previous Recurse Variables:Off Do Maths:Off Append:Off ]
<loop_back>
A4: Test App [ Type:Calendar Title Data:%time_temp Store Result In:%cal_title ]
A5: If [ %cal_title(#) > 0 & %cal_title(1) neq %cal_previous ]
A6: Test App [ Type:Calendar Start (Seconds) Data:%time_temp Store Result In:%cal_start ]
A7: Test App [ Type:Calendar End (Seconds) Data:%time_temp Store Result In:%cal_end ]
A8: Test App [ Type:Calendar Calendar Data:%time_temp Store Result In:%cal_cal ]
A9: Variable Convert [ Name:%cal_start(1) Function:Seconds to Date Time Store Result In: ]
A10: Variable Convert [ Name:%cal_end(1) Function:Seconds to Date Time Store Result In: ]
A11: Variable Search Replace [ Variable:%cal_start(1) Search:(.*)-(.*)-.*\s(.*)\.(.*) Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:$1/$2 $3:$4 ]
A12: Variable Search Replace [ Variable:%cal_end(1) Search:.*\s(.*)\.(.*) Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:$1:$2 ]
A13: Variable Set [ Name:%result(%cal_count) To:%cal_start(1) ~ %cal_end(1) %cal_title(1) %cal_cal(1) Recurse Variables:Off Do Maths:Off Append:Off ]
A14: Variable Set [ Name:%cal_previous To:%cal_title(1) Recurse Variables:Off Do Maths:Off Append:Off ]
A15: Variable Add [ Name:%cal_count Value:1 Wrap Around:0 ]
A16: End If
A17: Variable Add [ Name:%time_temp Value:600 Wrap Around:0 ]
A18: Goto [ Type:Action Label Number:1 Label:loop_back ] If [ %cal_count < 4 ]
A19: Flash [ Text:%result(1)
%result(2)
%result(3) Long:On ]