function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Brendon@TaxRebateProvided.comBrendon@TaxRebateProvided.com 

Mass Update Events

Hi All,

 

Just a quick question im sure someone can help with, or at least point me in the right direction.

 

Does anyone know of a way to mass update calendar events in salesforce? i can generate a report and even a list of the events that need changing but im having real problems finding an app to help with this.

 

Essentially what id like to do is grab all the events in todays calendar with a specific subject line, then change the due date and time on all of them.

 

I can see there are apps and tips around that help you acomplish this with tasks, i was just hoping someone would know how to do this with events?

 

any help would be appreciated :)

 

Brendon.

Sonam_SFDCSonam_SFDC

Hey Brendon,

 

Go through the following app when you get a chance :

Mass Update Anything 1.0.5 (Windows)

https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016YnREAU

 

Going by the name, it should help you mass update events :)

 

 

KCarmenKCarmen
Unfortunately this doesn't work and haven't found anything else that will allow me to mass edit or update custom event fields. :(
Michael TomarMichael Tomar

Hi!

You can mass update events using this ready-made SQL query (https://skyvia.com/gallery/salesforce-mass-update-events):

UPDATE Event
SET
    EndDateTime = 'New_EndDateTime'
WHERE