Skip to content
#

ics

Here are 228 public repositories matching this topic...

kkeith-adg
kkeith-adg commented Apr 21, 2019

First of all, I want to thank you for this package. Surprising how few well written/modern PHP libraries there are for making iCal files.

We are trying to use this package for our multi-tenant SaaS application and I'm working on adding streaming abilities to the library for better memory management. I ran into a problem extending the Calendar component due to the private methods in the base `

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 ics 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 ics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.