yoshuawuyts/components

[component] calmark — iCalendar .ics ↔ Markdown/agenda

Open

#10 aberto em 1 de mai. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1 fork)github user discovery
good first issue

Métricas do repositório

Stars
 (1 star)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Goal

Parse iCalendar .ics files into structured events and/or Markdown agendas. Pure: no I/O, just parsing and structuring.

Scope/Features

  • Parse .ics text into event structs
  • Output as Markdown: agenda with event time, summary, location
  • Optionally support Markdown ↔ .ics (if feasible)

Rough WIT shape

  • ics_to_md(input: string) -> result<string, error>
  • md_to_ics(input: string) -> result<string, error> (optional)

Candidate crates

Labels

  • good first issue

Guia do colaborador