Skip to content

He-Ro/ical-unclutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#iCal-Unclutter usage: ical-unclutter.py [-h] [-o OUTPUT] INPUT

Refactor ical files.

positional arguments:
  INPUT                 iCal file that needs uncluttering

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        refactored ical file (default: stdout)

Group similar events in the given iCal-Calendar into one unified event. Two events are similar, if the following values are the same:

  • Summary
  • Description
  • Class
  • Location
  • Categories
  • Start- and Endtime

##Dependencies

  • Python
  • icalendar (AUR: python-icalendar-git)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages