aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Expand)Author
2020-07-07Replace datetime literals with proper sexps.Hugo Hörnquist
2020-07-07Replace #$ reader macro with define-foreign.Hugo Hörnquist
2020-07-07Add live import of event.Hugo Hörnquist
2020-07-07Add insert-ordered.Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-06-29HTTP POST insertion works.Hugo Hörnquist
2020-06-29Add /insert POST endpoint.Hugo Hörnquist
2020-06-29Allow multiple equals in HTTP queries.Hugo Hörnquist
2020-06-29Fix type for components created from xcal.Hugo Hörnquist
2020-06-29Calendar-import file write atomic.Hugo Hörnquist
2020-06-29Add describe procedure for vcomponents.Hugo Hörnquist
2020-06-29Add xcal parser.Hugo Hörnquist
2020-06-29Add TODO's.Hugo Hörnquist
2020-06-29Xcal output cleanup.Hugo Hörnquist
2020-06-29Flip ics parser enum-parser default for allow.Hugo Hörnquist
2020-06-29Add base64 utility functions.Hugo Hörnquist
2020-06-28Add parse-iso-datetime.Hugo Hörnquist
2020-06-28Change calling for find-min.Hugo Hörnquist
2020-06-25Changed HTML to include xcal instead of parameters.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Minor changes to vcomponent base.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist
2020-06-25Fix GEO output.Hugo Hörnquist
2020-06-25Move stuff from output/ical to output/common./Hugo Hörnquist
2020-06-25Add minor todo.Hugo Hörnquist
2020-06-25Add structure for importing events.Hugo Hörnquist
2020-06-25ICS writer now handles types and parameters.Hugo Hörnquist
2020-06-25Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist
2020-06-16Fix minor spelling error.Hugo Hörnquist
2020-06-16Remove concatenate from get-attr.Hugo Hörnquist
2020-06-16Multi-valued TEXT fields now always lists.Hugo Hörnquist
2020-06-16Store unchanged datetimes in X-HNH-ORIGINAL property.Hugo Hörnquist
2020-06-15Updated type signatures in component.Hugo Hörnquist
2020-06-15Remove remnants of late RRULE parser.Hugo Hörnquist
2020-06-15Change STATUS to enum type.Hugo Hörnquist
2020-06-15Save soruce-prop object to vline.Hugo Hörnquist
2020-06-15Minor error cleanup in component.Hugo Hörnquist
2020-06-15Re-add timezone normalization for parsed datetimes.Hugo Hörnquist
2020-06-15Clarify and fix TZ stuff in (datetime).Hugo Hörnquist
2020-06-15Fix multi-valued fields.Hugo Hörnquist
2020-06-15Work on parser.Hugo Hörnquist
2020-06-14Repaired ability to set config value to #f.Hugo Hörnquist
2020-06-14Map all fields into types.Hugo Hörnquist
2020-06-13Add parser for all remaining types.Hugo Hörnquist
2020-06-13Add duration parser.Hugo Hörnquist
2020-06-13Add base64 encoder/decoder.Hugo Hörnquist
2020-06-13Util now exports fold-values.Hugo Hörnquist
2020-06-13Add list of keys that may repeat.Hugo Hörnquist