Automic Workload Automation

 View Only
  • 1.  Specific calendar

    Posted Nov 13, 2019 05:32 AM
    Hello

    I'd like to make a specific calendar or a bunch of no static calendar events to select this days:
    - all fridays 23th 
    - if the the 23th of month is not a friday then the friday before.

    in date format MM/DD/YYYY, it would be
    11/22/2019
    12/20/2019
    01/17/2020
    ..
    10/23/2020

    Could you help me to build the events ?

    Regards


  • 2.  RE: Specific calendar
    Best Answer

    Posted Nov 13, 2019 12:17 PM
    I think the way I would approach this would be:

    (1) define an event for the 23rd of every month. 
    (2) define an event for all FRIDAYS.
    (3) define a role that starts on the 23rd of every month, and goes backwards (-) until it finds a matching FRIDAY.

    ------------------------------
    Pete
    ------------------------------



  • 3.  RE: Specific calendar

    Posted Nov 14, 2019 09:38 AM
    Thanks Pete

    i followed your 3 steps approach and i succeeded.