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
PerGeertPerGeert 

Relating custom object to calendar object

I have a custom object, Equipment, which I want to relate to a Calendar object. The purpose being, that each Equipment (a demo machine) has a calendar about availability attached. Does not seem to be possible directly to make the Calendar a related/lookup relationship to another object. Any ideas how to do this?
shillyershillyer

When you create a custom object, you can Allow Activities to associate tasks and events, it's outlined in the docs here.

 

Hope that helps,

Sati

PerGeertPerGeert
Well, I know, but that is not what I have in mind. What I would like to do is to 'hard-wire' a specific calendar to a specific object in order be ab to display a calendar for that object, similar to the calendar you see on the home page.