class GoogleCaledarWorker::PerformProxy

Overview

sync events to google calendar

Defined in:

workers/goole_calendar_worker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

sync events to google calendar


Instance Method Detail

def perform(day_id : Int64) #

[View source]
def perform_at(interval : Time, day_id : Int64) #

[View source]
def perform_bulk(argses : Array(Tuple(Int64))) #

[View source]
def perform_in(interval : Time::Span, day_id : Int64) #

[View source]