{"info":{"_postman_id":"cd57b86d-95bb-4ef1-90a4-86787db17a2b","name":"schedule-parser","description":"<html><head></head><body><p>A small schedule parser. Give me a text, give you a schedule.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6822627","collectionId":"cd57b86d-95bb-4ef1-90a4-86787db17a2b","publishedId":"UVJbJy7G","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-28T02:55:43.000Z"},"item":[{"name":"文字解析","id":"9f6c5f3e-3026-4530-b0ea-9bf64000a29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schedule-parser.vercel.app/api/parse?text=学院通知：明天上午所有人到108教室开会&lang=zh-ch","description":"<p>传入一段文字，返回包含的日程信息，包括起始时间和标题</p>\n","urlObject":{"protocol":"https","path":["api","parse"],"host":["schedule-parser","vercel","app"],"query":[{"key":"text","value":"学院通知：明天上午所有人到108教室开会"},{"key":"lang","value":"zh-ch"}],"variable":[]}},"response":[{"id":"80205604-22e0-4499-b517-4e9a75cd822b","name":"文字解析","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schedule-parser.vercel.app/api/parse?text=学院通知：明天上午所有人到108教室开会&lang=zh-ch","protocol":"https","host":["schedule-parser","vercel","app"],"path":["api","parse"],"query":[{"key":"text","value":"学院通知：明天上午所有人到108教室开会"},{"key":"lang","value":"zh-ch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"keep-alive"},{"key":"x-matched-path","value":"/api/parse"},{"key":"cache-control","value":"public, max-age=0, must-revalidate"},{"key":"content-length","value":"59"},{"key":"date","value":"Sun, 28 Nov 2021 12:46:58 GMT"},{"key":"etag","value":"\"3b-I/LyiJAnaf6KHonDaGQewDRIA2w\""},{"key":"x-vercel-cache","value":"MISS"},{"key":"age","value":"0"},{"key":"server","value":"Vercel"},{"key":"x-vercel-id","value":"hkg1::iad1::5phvm-1638103616695-9148b10a8897"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"start\": \"2021-11-29 08:00:00\",\n    \"end\": \"2021-11-29 12:00:00\"\n}"},{"id":"701a372f-f25f-4ad6-9d09-96049ec52b91","name":"文字解析（日期已过期）","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schedule-parser.vercel.app/api/parse?text=开会开会&lang=zh-ch","protocol":"https","host":["schedule-parser","vercel","app"],"path":["api","parse"],"query":[{"key":"text","value":"开会开会"},{"key":"lang","value":"zh-ch"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errMsg\": \"日程已过期\"\n}"},{"id":"4f95fedc-515c-42be-825e-eef74cfd4597","name":"文字解析（未检测到时间）","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schedule-parser.vercel.app/api/parse?text=哈哈哈&lang=zh-ch","protocol":"https","host":["schedule-parser","vercel","app"],"path":["api","parse"],"query":[{"key":"text","value":"哈哈哈"},{"key":"lang","value":"zh-ch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"keep-alive"},{"key":"x-matched-path","value":"/api/parse"},{"key":"cache-control","value":"public, max-age=0, must-revalidate"},{"key":"date","value":"Sat, 18 Dec 2021 08:02:03 GMT"},{"key":"content-length","value":"59"},{"key":"etag","value":"\"3b-7Xjd2OsXYTE4k/X0mfk4Pz7NkH8\""},{"key":"x-vercel-cache","value":"MISS"},{"key":"age","value":"0"},{"key":"server","value":"Vercel"},{"key":"x-vercel-id","value":"hnd1::iad1::sjqhc-1639814521536-36937f4e9aab"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"errMsg\": \"未检测到时间信息\"\n}"}],"_postman_id":"9f6c5f3e-3026-4530-b0ea-9bf64000a29f"},{"name":"下载日历","id":"604973b9-602c-467c-9d07-739daebc5468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://schedule-parser.vercel.app/api/ics?start=1637936106&end=1637936803&title=开会&description=请到108会议室开会&alarm=30","description":"<p>传入必要的参数，生成.ics文件，可直接导入系统日历</p>\n","urlObject":{"protocol":"https","path":["api","ics"],"host":["schedule-parser","vercel","app"],"query":[{"description":{"content":"<p>日程开始时间戳（秒）</p>\n","type":"text/plain"},"key":"start","value":"1637936106"},{"description":{"content":"<p>日程结束时间戳（秒）</p>\n","type":"text/plain"},"key":"end","value":"1637936803"},{"description":{"content":"<p>日程标题（string）</p>\n","type":"text/plain"},"key":"title","value":"开会"},{"description":{"content":"<p>日程描述（string）</p>\n","type":"text/plain"},"key":"description","value":"请到108会议室开会"},{"description":{"content":"<p>提前通知提醒（分钟）</p>\n","type":"text/plain"},"key":"alarm","value":"30"}],"variable":[]}},"response":[{"id":"831b81e7-228b-4ade-96a2-2081b5cab0d7","name":"下载日历","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://schedule-parser.vercel.app/api/ics?start=1637936106&end=1637936803&title=开会&description=请到108会议室开会&alarm=30","protocol":"https","host":["schedule-parser","vercel","app"],"path":["api","ics"],"query":[{"key":"start","value":"1637936106","description":"日程开始时间戳（秒）"},{"key":"end","value":"1637936803","description":"日程结束时间戳（秒）"},{"key":"title","value":"开会","description":"日程标题（string）"},{"key":"description","value":"请到108会议室开会","description":"日程描述（string）"},{"key":"alarm","value":"30","description":"提前通知提醒（分钟）"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/calendar"},{"key":"Connection","value":"keep-alive"},{"key":"x-matched-path","value":"/api/ics"},{"key":"cache-control","value":"public, max-age=0, must-revalidate"},{"key":"content-length","value":"398"},{"key":"date","value":"Sun, 28 Nov 2021 03:24:06 GMT"},{"key":"content-disposition","value":"attachment; filename=event.pdf"},{"key":"x-vercel-cache","value":"MISS"},{"key":"age","value":"0"},{"key":"server","value":"Vercel"},{"key":"x-vercel-id","value":"hkg1::iad1::nxc6d-1638069844609-6a58f892a320"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"BEGIN:VCALENDAR\r\nVERSION:2.0\r\nCALSCALE:GREGORIAN\r\nPRODID:adamgibbons/ics\r\nMETHOD:PUBLISH\r\nX-PUBLISHED-TTL:PT1H\r\nBEGIN:VEVENT\r\nUID:QaJ_xN4BD50sEWbnef6xX\r\nSUMMARY:开会\r\nDTSTAMP:20211128T032400Z\r\nDTSTART:20211126T141500Z\r\nDTEND:20211126T142600Z\r\nDESCRIPTION:请到108会议室开会\r\nX-MICROSOFT-CDO-BUSYSTATUS:BUSY\r\nBEGIN:VALARM\r\nACTION:AUDIO\r\nTRIGGER:PT30M\r\nEND:VALARM\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n"}],"_postman_id":"604973b9-602c-467c-9d07-739daebc5468"}]}