Structs§
- Event
Parser - Parses Google Calendar events based on a specified grammar file (
grammar.pest).
Enums§
- Parse
Error - 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
HashMapwith 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.