summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Mostly adhere to gnus-ical-event-request data typesHEADmasterfpi2024-09-22
| | | | | participants entries should be a list of stringes. Currently I parse them all participants in one string and separate it later
* Document problems with current ical-event classfpi2024-09-17
|
* Ensure proper property value quotingfpi2024-09-17
|
* New mapping of message mail adresses to icalendar valuesfpi2024-09-17
|
* Cleanup description \n escapefpi2024-09-17
|
* Add autoload, fix gnus-icalendar-event-requestfpi2024-09-16
|
* Add READMEfpi2024-09-16
|
* Update functions namesfpi2024-09-16
| | | | And minimal code cleanups..
* Update uid creation based on icalendar.el functionsfpi2024-09-16
|
* Expand tests, Fix attende-list creationfpi2024-09-16
|
* Update PRODIDfpi2024-09-16
|
* Remove VTIMEZONE componentfpi2024-09-15
| | | | | | | | Giving a timezone definiton is not necessary if the event dates are given in UTC (marked by the "Z" suffix). This makes event creation significantly easier and could be added back later based on the TZ environment variable if necessary..
* Add basic test for VCALENDAR creationfpi2024-09-15
|
* Initial versionfpi2024-09-15