summaryrefslogtreecommitdiff
path: root/gnus-icalendar-request.el (unfollow)
Commit message (Collapse)Author
2024-09-22Mostly adhere to gnus-ical-event-request data typesHEADmasterfpi
participants entries should be a list of stringes. Currently I parse them all participants in one string and separate it later
2024-09-17Ensure proper property value quotingfpi
2024-09-17New mapping of message mail adresses to icalendar valuesfpi
2024-09-17Cleanup description \n escapefpi
2024-09-16Add autoload, fix gnus-icalendar-event-requestfpi
2024-09-16Update functions namesfpi
And minimal code cleanups..
2024-09-16Update uid creation based on icalendar.el functionsfpi
2024-09-16Expand tests, Fix attende-list creationfpi
2024-09-16Update PRODIDfpi
2024-09-15Remove VTIMEZONE componentfpi
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..