Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

日程提醒功能 #28

Closed
wzpan opened this issue Aug 27, 2017 · 1 comment
Closed

日程提醒功能 #28

wzpan opened this issue Aug 27, 2017 · 1 comment

Comments

@wzpan
Copy link
Owner

wzpan commented Aug 27, 2017

增加日程提醒功能(暂时只支持 Emotibot)。

先利用 Emotibot 的返回提取出日程。

{
    "remind_info": [
        {
            "remind_period": "0",
            "remind_event": "吃饭",
            "remind_time_info": "2017年9月4日  周一 09:00",
            "remind_time": "20170904090000"
        }
    ],
    "time_zone": "8",
    "inference_type": "INFERENCE_BUILT",
    "text_answer": "叮当会在2017年9月4日  周一 09:00提醒你吃饭",
    "gap_time": "",
    "period": 0,
    "time": "20170904090000",
    "answer": "创建提醒成功!",
    "isRemindCancel": false,
    "event": "吃饭"
}

之后利用 TaskWarrior 来创建和查询任务。

@wzpan
Copy link
Owner Author

wzpan commented Sep 17, 2017

Done

@wzpan wzpan closed this as completed Sep 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant