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
By removing the now argument, it works; even though the actual output should be the same (there should still be several events outputting whether now is at the current time or several hours ago).
The text was updated successfully, but these errors were encountered:
I believe this is due to the fact that, despite that in the documentation it says the now argument defaults to Sys.time(), it in fact means Sys.Date().
Hence, this works with a date but not a time currently.
Can this be resolved so that the "now" value can be sensitive to a time? This seems to be a very necessary feature.
Hi Andrie,
Specifying something other than the default for the now argument in calendar_events gives me the following error:
For example:
By removing the now argument, it works; even though the actual output should be the same (there should still be several events outputting whether now is at the current time or several hours ago).
The text was updated successfully, but these errors were encountered: