DayBack Behaviors, Hacks, and Extensions

Search our actions and extensions library for more options to customize your calendar

When you create a new event, this action will automatically assign the new event's resource to the currently logged in user.
Developer Resources and Utilities FileMaker Resources Productivity and Shortcuts Resource Scheduling Salesforce Resources

When a new event is created, you’d like the current user to be assigned as the event’s resource. Note that resources are arrays (like statuses) so the value assigned to a resource must be in brackets, like [‘some string’] or, as in this example, [seedcodeCalendar.get(‘config’).accountName]

Easy Copy & Paste Install

Simply copy and paste this as a new On Event Create event action:

 

Trigger   On Event Create
Script
//Add's the creator as a resource to new events

Initialize(editEvent, seedcodeCalendar);

function Initialize(editEvent, seedcodeCalendar) {
  editEvent.resource = [seedcodeCalendar.get('config').accountName];
}
		
Options Open in new window: No  Prevent default action: No

See it in action

Compatibility

FileMaker, Google, Mobile, Microsoft 365, Salesforce

Installation Requirements

Easy Install

Download Information