Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaz-utashiro/greple-ical
greple module for Apple Calendar data
https://github.com/kaz-utashiro/greple-ical
Last synced: 8 days ago
JSON representation
greple module for Apple Calendar data
- Host: GitHub
- URL: https://github.com/kaz-utashiro/greple-ical
- Owner: kaz-utashiro
- License: other
- Created: 2021-04-24T02:59:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T09:57:49.000Z (about 2 years ago)
- Last Synced: 2024-11-08T07:17:17.308Z (2 months ago)
- Language: Perl
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/kaz-utashiro/greple-ical/workflows/test/badge.svg)](https://github.com/kaz-utashiro/greple-ical/actions) [![MetaCPAN Release](https://badge.fury.io/pl/App-Greple-ical.svg)](https://metacpan.org/release/App-Greple-ical)
# NAMEical - Module to support Apple macOS Calendar data
# SYNOPSIS
greple -Mical \[ options \]
--simple print data in on line
--detail print one line data with descrition if availableExported functions
&print_ical_simple
&print_ical_desc
&print_ical_detail# SAMPLES
greple -Mical \[ -dnf \] ...
greple -Mical --simple ...
greple -Mical --detail ...
greple -Mical --all --print print\_desc ...
# DESCRIPTION
Used without options, it will search all macOS Calendar files under
user's home directory.With **--simple** option, summarize content in single line. Output is
not sorted.With **--detail** option, print summarized line with description data
if it is attached. The result is sorted.Sample:
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:19970901T1300Z
DTSTART:19970903T163000Z
DTEND:19970903T190000Z
SUMMARY:Annual Employee Review
CLASS:PRIVATE
CATEGORIES:BUSINESS,HUMAN RESOURCES
END:VEVENT# TIPS
Use `-dfn` option to observe the command running status.
Use `-ds` option to see statistics information such as how many files
were searched.# SEE ALSO
RFC2445
# AUTHOR
Kazumasa Utashiro
# LICENSE
Copyright 2017-2022 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.