Optional Event Info

There are a lot of other properties that can be assigned to events. These are not necessary. Instead, they are optional and increase the functionality of your calendar!

Event Color List

Color List (list of strings)

It will be vital that you format this list. Unlike an event title's potentially containing error causing commas, color's almost always have a comma unless you force Hex colors. But why be fussy, simply :format as text this list and replace the comma delimiter with a tilde ~and problem solved!

Please read the notes in the image above

Event Resource List

  • You may want to start using the calendar for resources or scheduling purposes. Maybe you want to schedule a room or specific person or piece of equipment.

  • When you create an event, you will save a resource to that event similarly to how you would save a title or start/end time.

  • To use resources, you must include a list of resources and tell the calendar to use a resource view

  • Using resources allows you to separate visible events by the assigned resource. In contrast, without using resources, all events are clumped together by day and separated by time. When you have the potential for several resources being scheduled or if resource event times would overlap without using a 'Resource View', you should assign a resource to the event an include the list here.

  • You MUST include a list of resources if you want to use resources.

    • This will come from the event entry in the database

    • The list must not contain commas in the Resource Names unless you use the different delimiter. IMPORTANT!

Event Location List

Event Summary List

Event Property 1 List

Event Property 2 List

  • These 4 input fields all follow the same logic

    • You typically include some piece of related info.

      • this is most likely a value from the events entry in the database or some other entry related to the event

      • note: location is great to save a location, but really can be used to hold any kind of info you want.

      How to use identifiers

      Once you have figured out your identifiers, you'll use them in the set of inputs on the next page.

Event Identifier (list of strings)

  • This would be a value saved to the event when the event is created/modified.

    • This is not a simple list of the types of identifiers possible.

  • A use case may include scheduling and wanting the ability for the user to assign colors to event types on the fly.

    • following the example above perhaps there are these types of events:

      • scheduled to occur

      • occurred on time

      • occurred but began late

      • event cancelled

      • event no call no show

  • To ensure your calendar uses this logic to color events and nothing else, be sure to check the box from the image below.

  • This list should not take any formatting. That means, do not include commas in your identifiers.

Last updated