Slot — Time Slot & Schedule Block Manager
Create, query, and manage time slots and schedule blocks. Detect conflicts, export to standard calendar formats, and apply reusable templates.
Commands
create
Create a new time slot with date, start/end time, and label.
CODEBLOCK0
list
List all scheduled slots, optionally filtered by date range.
CODEBLOCK1
check-conflict
Check if a proposed time slot conflicts with existing bookings.
CODEBLOCK2
export
Export slots to iCal (.ics) or CSV format.
CODEBLOCK3
templates
Show or apply common scheduling templates (work day, pomodoro, etc.).
CODEBLOCK4
help
Show all commands.
CODEBLOCK5
Output
- - Slot listings with conflict indicators
- iCal and CSV exports
- Template-based batch slot creation
Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
技能名称:Slot — 时间段与日程块管理器
详细描述:
Slot — 时间段与日程块管理器
创建、查询和管理时间段及日程块。检测冲突,导出为标准日历格式,并应用可复用模板。
命令
create
创建新的时间段,包含日期、开始/结束时间和标签。
bash
bash scripts/script.sh create 2024-03-15 09:00 10:30 团队站会
list
列出所有已安排的时间段,可按日期范围筛选。
bash
bash scripts/script.sh list
bash scripts/script.sh list 2024-03-15 2024-03-22
check-conflict
检查提议的时间段是否与现有预订冲突。
bash
bash scripts/script.sh check-conflict 2024-03-15 09:30 10:00
export
将时间段导出为iCal(.ics)或CSV格式。
bash
bash scripts/script.sh export ics
bash scripts/script.sh export csv
templates
显示或应用常用日程模板(工作日、番茄钟等)。
bash
bash scripts/script.sh templates
bash scripts/script.sh templates pomodoro
help
显示所有命令。
bash
bash scripts/script.sh help
输出
- - 带有冲突指示的时间段列表
- iCal和CSV导出文件
- 基于模板的批量时间段创建
反馈
https://bytesagain.com/feedback/
由BytesAgain提供 | bytesagain.com