文件名称:时间表日历生成器:将学生和教师的时间表同步到Google日历或Microsoft 365
文件大小:105KB
文件格式:ZIP
更新时间:2024-03-05 21:23:45
teachers education sims gsuite csv
时间表日历生成器 :tear-off_calendar: 这是一个跨平台的命令行工具,用于批量生成学生和教师的时间表。 它可以创建以逗号分隔(.csv)或iCal(.ics)格式的日历文件,或直接上传到Google日历或Microsoft 365。 用法 确保已安装 (在下载页面上,在右侧列中查找“ .NET Runtime”标题)。 从我们的“下载最新的ZIP软件包并提取内容。 在“输入”目录中,添加下面定义的输入文件。 打开命令行并运行以下命令之一: dotnet makecal.dll --csv生成逗号分隔(.csv)日历文件 dotnet makecal.dll --ical生成iCalendar(.ics)文件 dotnet makecal.dll --google --primary直接将时间表上传到Google日历 dotnet makecal.dll --microsoft Microsoft将时
【文件预览】:
timetable-calendar-generator-master
----.gitignore(51B)
----src()
--------Program.cs(3KB)
--------ICalendarWriter.cs(183B)
--------CalendarEvent.cs(234B)
--------ArgumentParser.cs(1KB)
--------StudentFields.cs(324B)
--------EventComparer.cs(2KB)
--------Person.cs(652B)
--------CalendarWriterFactory.cs(2KB)
--------OutputType.cs(176B)
--------Settings.cs(2KB)
--------CalendarGenerator.cs(3KB)
--------Lesson.cs(473B)
--------InputReader.cs(6KB)
--------ConsoleHelper.cs(2KB)
--------JsonDateConverter.cs(591B)
--------CalendarWriters()
----resources()
--------import-calendar-dialog.png(10KB)
--------new-calendar-dialog.png(16KB)
--------import-calendar-link.png(6KB)
--------add-other-calendars.png(7KB)
--------new-calendar-link.png(6KB)
--------example.png(36KB)
--------SIMS-StudentTimetables.RptDef(4KB)
----LICENSE.txt(1KB)
----README.md(11KB)
----makecal.csproj(775B)
----makecal.sln(1KB)
----import-tutorial.md(829B)