Crate rust_calendar_parser

Crate rust_calendar_parser 

Source

Structs§

EventParser
Parses Google Calendar events based on a specified grammar file (grammar.pest).

Enums§

ParseError
Represents errors that may occur during parsing or file operations.
Rule

Functions§

parse_event
Parses a single calendar event from a string and returns a HashMap with key-value pairs for each event attribute.
parse_events_from_txt_to_json
Parses events from a text file and writes them in JSON format to an output file.