-
Reçu par e-mail :
> Très modestement une remarque : il me semble (mais je suis peut-être maladroit dans l'utilisation des données fournies) que le calendrier des jours fériés ne contient pas de titre…
-
This is a meta-issue to collect all the things we want to have in v0.8 (see also the [milestone](https://github.com/C4ptainCrunch/ics.py/milestone/8)) and how we want to get there. I'll try to keep th…
-
Hello,
I tried to change X-PUBLISHED-TTL to P1H to make the default auto-update period hourly, but when I subscribe on Calendar Mac app, it doesn't preselect that period. It shows "Every week" as d…
-
According to iCalendar spec, [the calendar color can be any CSS3 color name](https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-9-color-property.html). The longest of them is "lightgoldenro…
-
**Describe the bug**
Parsing emails that use "mailto:" at the beginning throws IllegalArgumentException.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a normal ics
2. Extend a VEV…
-
Hello, the $config['calendar_caldav_preinstalled_sources'] doesn't work:
```
DB Error: [1048] Column 'color' cannot be null (SQL Query: INSERT INTO caldav_calendars
(user_id, source_id, name, co…
-
**Is your feature request related to a problem? Please describe.**
Images convey meaning that cannot be conveyed through text. The current illustrations are not chosen by the user.
**Describe…
-
I really like the button "create talk room for this event" - but it copies the room's URL into the event's description field. Since the Talk room is then usually the location where the meeting takes p…
-
# Feature
Support ICS files.
https://en.wikipedia.org/wiki/ICalendar
# Sample ICS file:
```
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTS…
-
Support VEVENT's COLOR tag. Docs: https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-9-color-property.html
*Note that COLOR is a name (eg `COLOR:Banana` or `COLOR:turquoise`). According …