You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# More like natural language# Repeat every month till forever, case-sensitive
curl -L 'https://zerocal.shuttleapp.rs?start=2022-11-04+20:00&duration=3h&title=Birthday&description=paaarty&recurrence=MONTHLY'# More programming-friendly# Repeat every week & for only 4 times, interval is counted in minute
curl -L 'https://zerocal.shuttleapp.rs?start=2022-11-04+20:00&duration=3h&title=Birthday&description=paaarty&repeat=4&interval=10080'
I guess these two can work together to make the format more robust. Or maybe just use something like repeat=0 for one-time event and repeat=FOREVER/repeat=-1 for events recurring forever.
# Repeat every week & for only 4 times, interval is counted in minute
curl -L 'https://zerocal.shuttleapp.rs?start=2022-11-04+20:00&duration=3h&title=Birthday&description=paaarty&repeat=4&interval=1w'
I'm open for suggestions for the URL syntax.
The text was updated successfully, but these errors were encountered: