aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/sxcal.scm
blob: caf453ec6f2834b67929ae71c16fbf9c80ff3e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
(define-module (vcomponent formats sxcal)
               :export (serialize deserialize)
               )


(define (serialize component port)
  'TODO
  )

(define (deserialize port)
  (sxcal->vcomponent port))