feat: implement caldav search
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package values
|
||||
|
||||
type Method string
|
||||
|
||||
const (
|
||||
PublishMethod Method = "PUBLISH"
|
||||
)
|
||||
Reference in New Issue
Block a user