acmcsuf.com icon indicating copy to clipboard operation
acmcsuf.com copied to clipboard

Show announcement admonition

Open EthanThatOneKid opened this issue 4 years ago • 4 comments

What's your idea?

If an event on the public acmCSUF Google Calendar is marked as an announcement/deadline, it conditionally renders an admonition on certain pages.

Similar feature on GitHub:

image

EthanThatOneKid avatar Nov 01 '21 19:11 EthanThatOneKid

To find events that proc the admonition, we can use the description mechanism in our ICAL parser (to be documented). We could render the admonition based on events that contain something like...

OUTBOUND_LINK=https://example.com/rsvp
OUTBOUND_LINK_DESCRIPTION=RSVP for the upcoming event!

at the bottom of the Google Calendar event description.

EthanThatOneKid avatar Nov 01 '21 19:11 EthanThatOneKid

Test close.

k4rni avatar Feb 21 '23 22:02 k4rni

Test reopen.

k4rni avatar Feb 21 '23 22:02 k4rni

Today's GitHub homepage admonition: image

EthanThatOneKid avatar Oct 21 '23 17:10 EthanThatOneKid