04-14-2023 06:52 AM
How to create a rememory recurring reminder which can send a reminder to me/space every friday at 3 pm until end of year ?
04-14-2023 07:03 AM
Create a script that is triggered by Cron or the task planner. That one could use https://developer.webex.com/docs/api/v1/messages/create-a-message to post a message. A bot would be sufficient
04-14-2023 09:21 AM
Thank you for your reply. I'm trying to see if it is possible to do with Rememory Webex bot
04-15-2023 01:21 AM
Sure, that should work as well. Thought you need some additional features or your app should control the message creation etc.
For reference the link to the apphub: https://apphub.webex.com/applications/rememory-cisco-systems-20307
04-17-2023 06:09 AM
No luck with rememory
04-17-2023 07:17 AM
Repeating reminders work off of intervals rather than days of the week so when creating you would do every 7 days or every 1 week.
You could send a command like this:
Remind me to Send Documents on April 21st at 3:00 pm every 1 week until 3pm on December 31st 2023
The initial date you provide, in the above case April 21st, sets the start of the intervals. April 21st is a Friday so it would trigger again in one week from that data/time which should be the following Friday.
04-17-2023 07:54 AM
Rememory didn't recognize that phrase.
04-17-2023 08:24 AM
It's because somehow you copied the text as:
<code>Remind me to Send Documents on April 21st at 3:00 pm every 1 week until 3pm on December 31st 2023</code>
Guessing your browser caused that as the command I send was in a code block and that formatting was preserved when you copied rather than just copying the plain text. Try just the text without the <code> parts at the beginning and end.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide