ical icon indicating copy to clipboard operation
ical copied to clipboard

iCalendar rfc 2445 implementation

Results 33 ical issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codespell-project/codespell](https://togithub.com/codespell-project/codespell) | repository | minor | `v2.2.6` -> `v2.3.0` | Note:...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/allenporter/ical). ## Open The following updates have all...

**Is your feature request related to a problem? Please describe.** My models are all in pydantic V2. These cannot be intermixed with V1 models. Do you have plans to add...

**Is your feature request related to a problem? Please describe.** A component that stores birthdays. **Describe the solution you'd like** A derived class from ComponentModel. A constructor with birthday and...

**Is your feature request related to a problem? Please describe.** Today there is no notion of recurring to-do lists. **Describe the solution you'd like** The storage format is a bit...

**Describe the bug** Revisit the rules specified in https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.4 for identifying a series of calendar events. This could allow fixed UID values even after modifications.

**Describe the bug** A clear and concise description of what the bug is, and the version of the ics library used. ``` Traceback (most recent call last): File "/home/runner/work/core/core/homeassistant/components/websocket_api/decorators.py", line...

This is tracking clean up the interaction between `ical/component.py` and `ical/types/data_types.py` which is super low level and leaky today. Moving the `_get_types` would also be a good idea, especially after...

**Is your feature request related to a problem? Please describe.** There are explicit rules in https://www.rfc-editor.org/rfc/rfc5545#section-3.3.10 that describe the validations that need to happen for recurrence dates and timezones which...

**Is your feature request related to a problem? Please describe.** At the moment I think that an rdate value with a period would not work completely. may be worth checking...