6b334ce fedocallib: RRULE INTERVAL must be an integer

Authored and Committed by Christian Glombek 2 years ago
    fedocallib: RRULE INTERVAL must be an integer
    
    Per RFC5545:
    > The INTERVAL rule part contains a positive integer representing at
    > which intervals the recurrence rule repeats.
    
    Having INTERVAL be a decimal breaks import into some calendars,
    like Google's.
    
    Fixes: https://pagure.io/fedocal/issue/203