Renders Aggrenda widgets as images.
This is intended to be used in <img>
elements,
especially in environments where <iframe>
isn't supported.
<a href="https://aggrenda.com/:username/:calendar/" title="Click for details" target="_blank">
<img src="https://iwidgets.aggrenda.com/:username/:calendar/:view/embed/" alt="Events" />
</a>
Note the trailing /embed/
. This is required.
:username
your username:calendar
the calendar you'd like to show:view
is eithermonthly
,list
, ornext-event
width
the width to render tomin-height
the minimum height of the resulting imagefooter
whether to show the footer from the widgetseparator
whether to show a separator between the calendar and the footersource
whether to show the name of the source calendar in the footerpromotion
whether to show Aggrenda in the footerempty-message
the message to display when there are no events to display
<a href="https://aggrenda.com/aggrenda-pgh/technology-events/monthly/" title="Click for details" target="_blank">
<img src="https://iwidgets.aggrenda.com/aggrenda-pgh/technology-events/monthly/embed/" alt="Technology Events" />
</a>
<a href="https://aggrenda.com/aggrenda-pgh/technology-events/" title="Click for details" target="_blank">
<img src="https://iwidgets.aggrenda.com/aggrenda-pgh/technology-events/monthly/next-event/embed/" alt="Next Up" />
</a>
<a href="https://aggrenda.com/aggrenda-pgh/technology-events/" title="Click for details" target="_blank">
<img src="https://iwidgets.aggrenda.com/aggrenda-pgh/technology-events/list/embed/" alt="Upcoming Events" />
</a>
<a href="https://aggrenda.com/aggrenda-pgh/technology-events/?past" title="Click for details" target="_blank">
<img src="https://iwidgets.aggrenda.com/aggrenda-pgh/technology-events/list/embed/?past&page-size=3" alt="Past" />
</a>