Help with Dates not spanning over days that are not being used.

So, as you can see there in the calendar view I have this meeting that occurs every Monthly Monday, but the end date for this meeting stops on 1/25/24. The issue that I'm having is how can I have this meeting show up only on Mondays every month until that end date. Also, I have a formula that is set up, and I have recurring monthly meetings that don't have an end date. So that means that every month this meeting is going to be copied on the calendar, and I will have to go in and delete it manually. Any help with suffice. If i need to give further details please let me know.


Best Answers

  • Paul Newcome
    Paul Newcome Community Champion
    Answer ✓

    Regardless of how the rows get added, you definitely need separate rows for each Monday (for example).


    There MIGHT be a way to set up an automation that is a little bit convoluted but should work in theory depending on how new events are added and whether or not you can standardize the frequency (set list of numbers in one dropdown and durations such as days / weeks / months in another column) as well as overall duration number of repetitions.


    Again... This MIGHT work. It should in theory, but I want to make sure you are able to standardize a few things before getting into the details of a complex build.

  • Samuel Mueller
    Samuel Mueller Overachievers
    edited 08/31/23 Answer ✓

    @Genesia you would set up one automation something like this

    It would look something like this. But we would probably need some helper columns to get it to populate the Next month, I'm guessing that if it populated the Monday of the meeting, that would be too late. So alternatively, I would maybe make this automation the last Monday of the Monday, then a helper column looking at that date+7, to get the next Monday (first Monday of the month). Then on the last Monday of every month, the row would update to the next months first Monday.

    If your row doesn't change, this would work forever.

  • Samuel Mueller
    Samuel Mueller Overachievers
    edited 08/31/23 Answer ✓

    I seem to run into a similar problem pretty often. If you use a match formula against an autorow column, you can get the row number, then you would be able to index duplicate rows (like duplicate row 1, duplicate row 2) in order and maybe create a formula from that to get the Monday over the next 5 or whatever meetings, based on the first Monday. Then based on the formula it would occur for every row added with the same "Name"

    I think no matter what, it would get pretty complicated 😂

Answers