The Wayback Machine - https://web.archive.org/web/20200702000711/https://github.com/topics/icalendar
Skip to content
#

icalendar

Here are 198 public repositories matching this topic...

Isaacson33
Isaacson33 commented Aug 8, 2019

Following the documentation instructions for setting up on Linux as a user. I've copied exactly the instructions so far, but when it comes to

$ systemctl --user enable radicale

I just get
Failed to enable unit: Unit file ~/.config/systemd/user/default.target.wants/radicale.service does not exist.

What is missing?

ics.py
tomschr
tomschr commented Feb 8, 2020

Situation

Currently, the situation with docstrings in classes and functions seems to me ambiguous and inconsistent. 😉 Some are pretty well documented, others are not.
Additionally, some signatures contain conflicting information between docstrings and type annotations, for example:

# file ics/icalendar.py
class Calendar(Component):
    # [...]
    def __init__(
      

Improve this page

Add a description, image, and links to the icalendar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the icalendar topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.