Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  iCal Recurrence Schedule Rule

    Posted 01-10-2017 10:54
    No replies, thread closed.

    Is it possible to add a custom string value for 1st Sunday each new month?

     

    Example: 

    FREQ=MONTHLY;BYDAY=SU;WEEKINMONTH=1*

     

    *WEEKINMONTH: Not sure if this function is available. But I want to select which Sunday in a specific month that should be active or not. 

     

    OR 

     

    Is there any other smart solution for this? 

     



  • 2.  RE: iCal Recurrence Schedule Rule

    Posted 01-20-2017 21:08
    No replies, thread closed.

    Try this: 'FREQ=MONTHLY;BYDAY=SU;BYMONTHDAY=1,2,3,4,5,6,7'



  • 3.  RE: iCal Recurrence Schedule Rule

    Posted 01-20-2017 21:10
    No replies, thread closed.

    There are a lot of examples here: http://www.kanzaki.com/docs/ical/rrule.html



  • 4.  RE: iCal Recurrence Schedule Rule

    Posted 01-23-2017 10:35
    No replies, thread closed.

    Thanks @Miles Rincker ! I have now added the rule and will test it later today if it works. Thanks again!