|
@@ -72,7 +72,7 @@ class Workspace(DeclarativeBase):
|
72
|
72
|
# TODO - 20160531 - Bastien: Cyclic import if import in top of file
|
73
|
73
|
from tracim.config.app_cfg import CFG
|
74
|
74
|
cfg = CFG.get_instance()
|
75
|
|
- return '{proto}://{domain}:{port}/workspace/{id}--{slug}.ics'.format(
|
|
75
|
+ return '{proto}://{domain}:{port}/workspace/{id}.ics#{slug}'.format(
|
76
|
76
|
proto='https' if cfg.RADICALE_CLIENT_SSL else 'http',
|
77
|
77
|
domain=cfg.RADICALE_CLIENT_HOST or tg.request.domain,
|
78
|
78
|
port=cfg.RADICALE_CLIENT_PORT,
|