class GoogleCalendar
- GoogleCalendar
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/google_calendar.cr:1models/google_calendar.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #add_event(event)
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #delete_events(date)
- #google_id : String | Nil
- #google_id! : String
- #google_id=(google_id : String | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #list_events(date)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
- #user : User | Nil
- #user! : User
- #user=(parent : User)
- #user_id : Int64 | Nil
- #user_id! : Int64
- #user_id=(user_id : Int64 | Nil)