shithub: calfs

Clone

clone: git://shithub.us/phil9/calfs gits://shithub.us/phil9/calfs
push: hjgit://shithub.us/phil9/calfs
patches to: telephil9@gmail.com

Last commit

a9730e05 – phil9 <telephil9@gmail.com> authored on 2022/03/07 15:12
fix formatting in README.md

About

# calfs
A 9p calendar filesystem. 
calfs reads ical files and exposes calendar events with the following structure:
```
<mtpt>
|- <year>
  |- <month>
    |- <day>
      |- <n>
        |- uid
        |- summary
        |- description
        |- location
        |- start
        |- end
        |- created
        |- last-modifed
```

*NB:* this is work in progress, the ical parser is just a quick hack and will surely break.

## Usage
```sh
% mk install
% calfs <file.ics>...
```

## License
MIT

## Bugs
Guaranteed.