Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save winniecluk/090e390259f8112b004ac53cf9c2c81a to your computer and use it in GitHub Desktop.
Save winniecluk/090e390259f8112b004ac53cf9c2c81a to your computer and use it in GitHub Desktop.
for(Event e : [SELECT Id, Provider__c, Provider__r.FirstName, Provider__r.LastName, Room__c, Location__c, Status__c, Insurance__c, Appointment_Type__c,
StartDateTime, EndDateTime, Subject, Description, What.Name, Who.Account_Frequency__c, Room_Name__c
FROM Event WHERE ActivityDate = : newDate AND Provider__c IN : userMap.keySet()] ){
userMap.get(e.Provider__c).addEvent(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment