All Projects → pbogut → recurring_events

pbogut / recurring_events

Licence: MIT license
Elixir library for dealing with recurring events

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to recurring events

kalend
React calendar component with support for multiple views and events
Stars: ✭ 135 (+513.64%)
Mutual labels:  events, calendar-events
GoblinDB
Fear the Goblin! - An amazing, simple and fun database for humans
Stars: ✭ 54 (+145.45%)
Mutual labels:  events
EventCalender
This event setter library. You can set any event in any date and also you can modify it
Stars: ✭ 23 (+4.55%)
Mutual labels:  calendar-events
ngx-event-modifiers
Event Modifiers for Angular Applications https://netbasal.com/implementing-event-modifiers-in-angular-87e1a07969ce
Stars: ✭ 14 (-36.36%)
Mutual labels:  events
public-speaking
🎤 List of presentation, volunteer and initiatives
Stars: ✭ 11 (-50%)
Mutual labels:  events
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+213.64%)
Mutual labels:  events
sources-for-knative
VMware-related event sources for Knative.
Stars: ✭ 24 (+9.09%)
Mutual labels:  events
fs2-es
Event sourcing utilities for FS2
Stars: ✭ 75 (+240.91%)
Mutual labels:  events
SEPA
Get notifications about changes in your SPARQL endpoint.
Stars: ✭ 21 (-4.55%)
Mutual labels:  events
hertzy
Event bus channel
Stars: ✭ 48 (+118.18%)
Mutual labels:  events
event-emitter
Event Emitter module for Nest framework (node.js) 🦋
Stars: ✭ 102 (+363.64%)
Mutual labels:  events
sse
HTML5 Server-Sent-Events for Go
Stars: ✭ 84 (+281.82%)
Mutual labels:  events
VLCTechHub-site
VLCTechHub site
Stars: ✭ 23 (+4.55%)
Mutual labels:  events
PoShLog
🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+390.91%)
Mutual labels:  events
dom-locky
🙈🙉🙊 - the best way to scope a scroll, or literally any other event.
Stars: ✭ 18 (-18.18%)
Mutual labels:  events
continuous-analytics-examples
A collection of examples of continuous analytics.
Stars: ✭ 17 (-22.73%)
Mutual labels:  events
site
Sources of euregjug.eu
Stars: ✭ 26 (+18.18%)
Mutual labels:  events
watermill-amqp
AMQP Pub/Sub for the Watermill project.
Stars: ✭ 27 (+22.73%)
Mutual labels:  events
Hap
A simple concurrent programming language.
Stars: ✭ 19 (-13.64%)
Mutual labels:  events
agones-event-broadcaster
Broadcast Agones GameServers and Fleets states to the external world
Stars: ✭ 22 (+0%)
Mutual labels:  events

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status

RecurringEvents

RecurringEvents is an Elixir library providing recurring events support (duh!).

Documentation

API documentation is available at https://hexdocs.pm/recurring_events

Installation

The package can be installed as:

Add recurring_events to your list of dependencies in mix.exs:

def deps do
  [{:recurring_events, "~> 0.3.0"}]
end
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].