caldav::CalDAV instproc property=cs-getctag

 <instance of caldav::CalDAV[i]> property=cs-getctag

Defined in

Testcases:
PROPFIND_ios, caldav, PROPFIND_android, PROPFIND_thunderbird
Source code:
# Specifies a "synchronization" token used to indicate when
# the contents of a calendar or scheduling Inbox or Outbox
# collection have changed.
if {${:queryType} eq "calendar"} {
    return [:calcCtag ${:user_id}]
} else {
    return ""
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: