For the full calendar plugin, is there a way to remove the time function for a specific calendar. Reason being is that i have a form where the user selects a date for when a job was completed. the calendar will then show that entry on the date selected, however it always comes back at 12AM because the user does not select a time. for other calendars i do have time selected and that works fine but for this one is it possible to remove the time so users dont get confused?
If you add a yes/no field to your event data type, and have “yes” as the default value, then the calendar can look at that field and place the event on the day without time.
There’s a setting for “All Day” where you’d select this field.
What about getting the event caption to be two lines? i tried and doesnt seem work out. i want the event caption to be for example a name and under it a location. is this possible? i can add hyphens in between the name and address but cant figure out a line break?
ok i was able to create a work around. i added a new field to the database called calendar-event. and during the workflow of creating a new thing, this field is filled out with two other fields resulting in the double lines. wish this was a feature built in without having to do workarounds.