I am trying to count my custom post type called 'appointments' that match two meta data values .
The meta data keys are 'location' and 'timestamp'
So in english my query is: How many appointments are scheduled at Location at Time
How can this be done?