Get an ever updating ics link for all the events you RSVP to on the Atmosphere whenslunch.app
0

Configure Feed

Select the types of activity you want to include in your feed.

forgot urls

+7
+7
server/eventsHandlers.go
··· 149 149 } 150 150 } 151 151 152 + //urls 153 + for _, uri := range lexiconEvent.Uris { 154 + calEvent.SetURL(uri.Uri) 155 + // Can only set one URL 156 + break 157 + } 158 + 152 159 } 153 160 var buf bytes.Buffer 154 161 if err := cal.SerializeTo(&buf, ics.WithNewLineWindows); err != nil {