shift-export 0.1.5

ICS (RFC 5545) calendar export for shift schedules. Generates standard .ics files importable into Thunderbird, Nextcloud, Google Calendar, Apple Calendar.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shift-export"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "ICS (RFC 5545) calendar export for shift schedules. Generates standard .ics files importable into Thunderbird, Nextcloud, Google Calendar, Apple Calendar."

[dependencies]
chrono = { workspace = true }
serde = { workspace = true }
shift-algorithm = { path = "../shift-algorithm", version = "0.1.0" }