Skip to content

Releases: rjhorniii/ical2org

Label resulting org events

24 May 14:09
Compare
Choose a tag to compare

An option is added to add a command line label into ical2org contents drawer. These labels can identify different automatic scheduled conversions, etc.

Fix dates

10 May 20:17
Compare
Choose a tag to compare

Dates were missing the day of the week. It is now present. Old dates worked, but some of the org-mode date editing functions behave improperly when the day of the week is missing.

Add documentation for view

29 Apr 02:17
Compare
Choose a tag to compare

A documentation update to show how to extract an email ics attachment into a buffer for editing or viewing.

Restore -count

09 Apr 16:50
Compare
Choose a tag to compare

Corrected a typo that broke the -count flag.

Fix multi-threaded multiple sources

09 Apr 14:52
Compare
Choose a tag to compare

Mutex and channel structure revised to avoid race issues.

Previous versions worked always for the first input source, but some other inputs could be skipped.
Must be paired with ics version v1.1.1

Convert after a date or duration

31 Mar 22:57
Compare
Choose a tag to compare

Add an option to specify a date or duration after which events should be converted.
Fix typos in documentation

Add count of events generated, update documentation, add mu4e example

13 Mar 18:42
Compare
Choose a tag to compare
0.98

Add count of events to stdout, fix documentation, mu4e example

Add ability to process input from stdin

12 Mar 16:22
Compare
Choose a tag to compare
Pre-release

When the input filename given is "-", stdin will be processed as input. This enables use in pipelines, etc.

Improve duplicates logic

12 Mar 16:21
Compare
Choose a tag to compare
Pre-release

The duplicates checking will check for duplicates within the input, not just duplicates with a file that existed before this execution.

Initial function release

12 Mar 16:19
Compare
Choose a tag to compare
Pre-release

This release has all the initial functions implemented. It is ready for testing in all areas.

See README for details of functions available.