Skip to content

joeyespo/iwidgets.aggrenda.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aggrenda iWidget Server

Renders Aggrenda widgets as images.

This is intended to be used in <img> elements, especially in environments where <iframe> isn't supported.

https://iwidgets.aggrenda.com

Usage

<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.

Parameters

  • :username your username
  • :calendar the calendar you'd like to show
  • :view is either monthly, list, or next-event

Available URL arguments

  • width the width to render to
  • min-height the minimum height of the resulting image
  • footer whether to show the footer from the widget
  • separator whether to show a separator between the calendar and the footer
  • source whether to show the name of the source calendar in the footer
  • promotion whether to show Aggrenda in the footer
  • empty-message the message to display when there are no events to display

Examples

Monthly calendar

<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>
Technology Events

Your next event

<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>
Next Up

Upcoming events

<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>
Upcoming Events

Past three events

<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>
Past

About

Renders Aggrenda widgets as images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published