Forum Discussion
GeorgiaArrowsmi
10 months agoCommunity Member
Add meeting invite to Calendar
I'm wanting to add Teams meetings into my Story for participants to attend, and I'm trying to find a way where the participants can add the meeting invite into their calendar.
I believe there migh...
DanielKemp-4d4d
9 months agoCommunity Member
After hours of trial and error I finally figured out how to add days to the current day!!
Please see my updates to your above JS code below:
startDate: new Date(new Date().getTime()+(730*24*60*60*1000)),
endDate: new Date(new Date().getTime()+(730*24*60*60*1000))
The above is adding 2 years to the current date (730).
- IlknurCrowley-c25 days agoCommunity Member
Hello,
I'd love to know how you did this. I am trying to incorporate this to Rise 360. I am not sure if it even works in Rise 360. Please let me know if you were able to make it work and possibly a workaround?