1.0.15 • Published 1 year ago

icevent-calendar v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Widgets

ICEvent Calendar widgets for 3rd party integration

Test

HomeView

Installation

  1. npm install icevent-calendar.
  2. npm install @dfinity/agent @emotion/react @emotion/styled @mui/icons-material @mui/material moment
  3. use Calendar with the arribute iceventConfig like the file icevent.json in Configuration section, by the way your calendar id is from ICEvent platform.

Configuration

example:

import { Calendar } from "icevent-calendar"; 
import iceventConfig from './icevent.json';

<Calendar iceventConfig={iceventConfig} />

configure file icevent.json:

{
  "calendarID": "35"
}

issue

for Vite project, add below snippet in vite.config.js for solving "ReferenceError: global is not defined" error

 define: {global: 'window'},
1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago