-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interested in time_expr #4
Comments
This is for allowing access within some time period i elieve, after which the access token (card) is expired. @rpaciorek probably knows more. |
It will be text-based flexible way to describe the access schedule. For example Most likely it will be implemented before October. |
I thought so. I have some experience with this and I've used this library before https://github.com/jakubroztocil/rrule which conforms to the iCal specification. You can see an example of what a rule string becomes such as I wonder if there is a C library out there for iCal RFC compatible rules? It might save you a fair bit of work by using a known standard for scheduling expressions as well as save time using code that already exists. |
In
user_db.c
you mention atime_expr
field but have the check in aTODO
block.Would you be able to expand a bit more on what you intend to do with that and how that might work?
The text was updated successfully, but these errors were encountered: