mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
* Feature: Implement iCal integration, improve calendar/agenda styling * Delete calendar.jsx * Calendar proxy handler * code style * Add some basic error handling --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
import calendarProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}",
|
|
proxyHandler: calendarProxyHandler,
|
|
};
|
|
|
|
export default widget;
|