summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-16add pyyaml to install_requiresHEADmasterRobert Schütz
2023-07-18duh ... forgot to add the version numberv1.0.1Tobias Brox
2023-07-18tweaked some more commentsTobias Brox
2023-07-18tweak on the READMETobias Brox
2023-07-13Merge pull request #106 from fauxmight/fix-test_calTobias Brox
Remove tests involving `parse_timespec`
2023-07-13Remove tests involving `parse_timespec`A Frederick Christensen
`parse_timespec` function has been split out to `plann` and is no longer available.
2023-05-18cleaned out yet some of the 'new generation' stuff from the documenatationTobias Brox
2023-04-09write permissionsTobias Brox
2023-04-06removed some more traces of kalTobias Brox
2023-01-16Merge pull request #103 from fauxmight/kal-to-plann-fixesTobias Brox
Correct SOME references to kal -> plann
2023-01-16Correct SOME references to kal -> plannA Frederick Christensen
2023-01-09future plans for calendar-cliTobias Brox
2023-01-09plann rather than kal. References ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/88
2023-01-09removing kalTobias Brox
2023-01-09removing some obsoleted information, proper casing of DAVTobias Brox
2023-01-09Merge pull request #102 from fauxmight/update-calendar_cli-readmeTobias Brox
Separate calendar-cli repository from kal repository and make documen…
2023-01-08Separate calendar-cli repository from kal repository and make documentation ↵A Frederick Christensen
specific to calendar-cli
2023-01-08some intial work on https://github.com/tobixen/calendar-cli/issues/101Tobias Brox
2023-01-08Merge pull request #100 from fauxmight/template-attributes-fixTobias Brox
Allow 'location,' 'description,' and 'url' values to be used in template
2023-01-08Allow 'location,' 'description,' and 'url' values to be used in templateA Frederick Christensen
2023-01-08fixup - in f8ed2e12 the configuration handling was split out into a separate ↵Tobias Brox
file - but I forgot to add the file
2023-01-08Started working on a kal vs calendar-cli project split, as suggested by ↵Tobias Brox
@fauxmight . Updates https://github.com/tobixen/calendar-cli/issues/88
2023-01-08Merge pull request #99 from fauxmight/cleanup-USER_GUIDETobias Brox
Minor cleanups to USER_GUIDE.md
2023-01-08tweaking a bit more on the READMETobias Brox
2023-01-08Merge pull request #98 from fauxmight/readme-cleanupTobias Brox
Minor cleanups to README.md
2023-01-07Minor cleanups to USER_GUIDE.mdA Frederick Christensen
2023-01-07Minor cleanups to README.mdA Frederick Christensen
2023-01-02various work on the interactive stuffTobias Brox
2023-01-02bugfix for ical addingTobias Brox
2022-12-30various ... I've been hacking a bit on those things over the last few weeks, ↵Tobias Brox
but forgotten to commit
2022-12-09making cal.py useful for meTobias Brox
2022-12-04trying to get kal useful for me againTobias Brox
2022-12-03making calendar-cli useful, little by little (but sorting and templating is ↵Tobias Brox
awkward - also, it depends on changes in caldav library that hasn't been committed yet)
2022-12-03more work on configuration and miscTobias Brox
2022-11-30Merge pull request #95 from fauxmight/readme-cleanupsTobias Brox
README.md cleanups
2022-11-30README.md cleanupsA Frederick Christensen
Multi-section config file was missing the second "section" name and a "{". Corrected misspelled "calldav-pass" -> "caldav-pass"
2022-11-28config in place now ... and actually trying to use the new cal.py-interface ↵Tobias Brox
for practical tasks...
2022-11-24more fixups to the test codeTobias Brox
2022-11-24test directory may need an __init__.py fileTobias Brox
2022-11-24preparing for v0.14.0-releaseTobias Brox
2022-11-06reorganized the repository - should fix ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/94
2022-11-05bugfix - import calendar_cli.metadata rather than only metadataTobias Brox
2022-10-28Bugfix. I broke setup.pyTobias Brox
2022-10-28Update USER_GUIDE.mdTobias Brox
2022-10-28Update USER_GUIDE.mdTobias Brox
2022-10-28bugfixTobias Brox
2022-10-28bugfix - setup.py imported calendar-cli to check for metadata, this broke ↵Tobias Brox
due to missing dependencies. metadata now pushed out in a separate file
2022-10-23rubber-duckingTobias Brox
2022-10-20doc tweakTobias Brox
2022-10-20doc bugfixTobias Brox