We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a web calendar so users can see the full calendar with events. A good JavaScript event calendar plugin is https://fullcalendar.io/
An implemented calendar could look like this:
The text was updated successfully, but these errors were encountered:
@crisgarner great, thanks for noting this.
I did a search, and here's an article that fully describes how to set this up https://www.raymondcamden.com/2017/02/24/an-example-of-a-static-site-with-a-dynamic-calendar
Assigning to myself for now, but anyone is welcome to submit a PR :)
Sorry, something went wrong.
I need to properly load CSS, and need to validate the event feed is correct.
bmann
No branches or pull requests
Add a web calendar so users can see the full calendar with events. A good JavaScript event calendar plugin is https://fullcalendar.io/
An implemented calendar could look like this:
The text was updated successfully, but these errors were encountered: