Skip to content

Pass a date as prop to atcb_init parameters #131

Answered by jekuer
belkocik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bubuq3 ,

first, welcome!
I moved the issue to the discussion area, since it is rather a question.

The answer: Yes, you can.
The following should work:

    <div className="atcb">
      { '{' }
        "name":"Add the title of your event",
        "description":"A nice description does not hurt",
        "startDate": " {collectRubishDate} ",
        "endDate":"2022-03-24",
        "startTime":"10:13",
        "endTime":"17:57",
        "location":"Somewhere over the rainbow",
        "label":"Add to Calendar",
        "options":[
          "Apple",
          "Google",
          "iCal",
          "Microsoft365",
          "Outlook.com",
          "Yahoo"
        ],
        "timeZone":"Eu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jekuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #130 on August 17, 2022 18:33.