class GoogleCaledarWorker

Included Modules

Extended Modules

Defined in:

workers/goole_calendar_worker.cr

Constant Summary

ARGS_TUPLE = Tuple(Int64)

We define a tuple with types from each of the arguments. For example, if the args are name : String, age : Int32 we generate tuple = Tuple(String, Int32).

Instance Method Summary

Instance Method Detail

def _perform(data : String) #

sync events to google calendar


[View source]
def perform(day_id : Int64) #

sync events to google calendar


[View source]