Plugin para agregar eventos al calendario del sistema.
npm install capacitor-calendario
npx cap sync
crearEvento(evento: Evento) => Promise<{ resultado: Resultado; }>
Param | Type |
---|---|
evento |
Evento |
Returns: Promise<{ resultado: Resultado; }>
Prop | Type |
---|---|
eventoID |
string |
titulo |
string |
mseInicio |
number |
mseFin |
number |
timezone |
string |
organizadorNombre |
string |
organizadorEmail |
string |
lugar |
string |
direccion |
string |
descripcion |
string |
url |
string |
'creado' | 'cancelado' | 'error'