-
```
Super time-saving awesomeness it would be to have iCalendar export for rooms,
teachers, and students.
```
Original issue reported on code.google.com by `jmil...@cristoreyny.org` on 20 Sep 2011 a…
-
Code:
```python
import vobject
v = vobject.iCalendar()
v.add('vtodo')
v.vtodo.add('sequence').value = 1
v.serialize()
```
Result:
```log
...
File "/usr/local/lib/python3.9/site-packages/v…
-
### Is your enhancement related to a problem? Please describe.
Currently events use the absolute default for their rendered output, which results in weird feed data.
```html
```
Even it is…
-
It would be useful to be able to export match events for a whole season automatically from the season page. A preferable format would be _.ics_ (http://en.wikipedia.org/wiki/ICalendar)
-
I get:
```
Skipping analyzing "icalendar": module is installed, but missing library stubs or py.typed marker - mypy
```
-
It would be great if the mail application would detect if attachment is an icalendar file and automatically import it with the attached information into the calendar app.
-
todoman produces the COMPLETED attribute like this:
COMPLETED;VALUE=DATE-TIME:20180428T081233Z
However, the [RFC](https://tools.ietf.org/html/rfc5545#page-95) defines the COMPLETED attribute…
-
Safari doesn't seem to support webcals:// although other browsers do.
-
For example checkout [`icalendar`](https://github.com/collective/icalendar) and try to generate its readme:
```
bin/python -mreadme_renderer -p icalendar
Traceback (most recent call last):
Fil…
-
Here, this change does not make org-caldav to be in the background.
Maybe this is because sometimes it creates new IDs in the files, and then it askes me to save the file or not before it continues. …